SslSessionOption 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 SSL session behavior options.
public enum SslSessionOption
type SslSessionOption =
- Inheritance
-
SslSessionOption
Fields
Name | Value | Description |
---|---|---|
BreakOnServerAuth | 0 | |
BreakOnCertRequested | 1 | |
BreakOnClientAuth | 2 | |
FalseStart | 3 | |
SendOneByteRecord | 4 | |
AllowServerIdentityChange | 5 | |
Fallback | 6 | |
BreakOnClientHello | 7 | |
AllowRenegotiation | 8 | |
EnableSessionTickets | 9 |