TTLSAlertLevel Enumeration

Represents type TTLSAlertLevel.

Namespace: flcTLSAlert
type
 TTLSAlertLevel = (
 tlsalWarning = 1,
 tlsalFatal = 2,
 tlsalAlertLevelMax = 255
 );

The TTLSAlertLevel type exposes the following members.

Show:
 NameDescription
tlsalAlertLevelMax

Represents constant tlsalAlertLevelMax.

tlsalFatal

Represents constant tlsalFatal.

tlsalWarning

Represents constant tlsalWarning.

Top