SslSessionState Enum
Definition
Enumerates stages in the SSL session life cycle.
public enum SslSessionState
type SslSessionState =
- Inheritance
-
SslSessionState
Fields
Aborted | 4 | |
Closed | 3 | |
Connected | 2 | |
Handshake | 1 | |
Idle | 0 | |
Invalid | -1 |