Table of Contents

Class AlertLevel

Namespace
Org.BouncyCastle.Tls
Assembly
BouncyCastle.Cryptography.dll

RFC 5246 7.2

public abstract class AlertLevel
Inheritance
AlertLevel
Inherited Members

Fields

fatal

public const short fatal = 2

Field Value

short

warning

public const short warning = 1

Field Value

short

Methods

GetName(short)

public static string GetName(short alertDescription)

Parameters

alertDescription short

Returns

string

GetText(short)

public static string GetText(short alertDescription)

Parameters

alertDescription short

Returns

string