SslSessionConfig 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.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public enum SslSessionConfig
type SslSessionConfig =
- Inheritance
-
SslSessionConfig
- Attributes
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Developers should not use this deprecated field. |
Ats1 | 1 | |
Ats1NoPfs | 2 | |
Standard | 3 | |
RC4Fallback | 4 | |
Tls1Fallback | 5 | |
Tls1RC4Fallback | 6 | |
Legacy | 7 | |
LegacyDhe | 8 | |
Anonymous | 9 | |
ThreeDesFallback | 10 | |
Tls1ThreeDesFallback | 11 |