SslSessionState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |