Table of Contents

Class AlertLevel

Namespace
Enterprises.Org.BouncyCastle.Crypto.Tls
Assembly
Enterprises.BouncyCastle.Crypto.dll
public abstract class AlertLevel
Inheritance
AlertLevel
Inherited Members

Constructors

AlertLevel()

protected AlertLevel()

Fields

fatal

public const byte fatal = 2

Field Value

byte

warning

public const byte warning = 1

Field Value

byte

Methods

GetName(byte)

public static string GetName(byte alertDescription)

Parameters

alertDescription byte

Returns

string

GetText(byte)

public static string GetText(byte alertDescription)

Parameters

alertDescription byte

Returns

string