Edit

Share via


SslSessionState Enum

Definition

Enumerates stages in the SSL session life cycle.

public enum SslSessionState
type SslSessionState = 
Inheritance
SslSessionState

Fields

Name Value Description
Invalid -1
Idle 0
Handshake 1
Connected 2
Closed 3
Aborted 4

Applies to