SslSessionConfig Enum
Definition
[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
Anonymous | 9 | |
Ats1 | 1 | |
Ats1NoPfs | 2 | |
Default | 0 | Developers should not use this deprecated field. |
Legacy | 7 | |
LegacyDhe | 8 | |
RC4Fallback | 4 | |
Standard | 3 | |
ThreeDesFallback | 10 | |
Tls1Fallback | 5 | |
Tls1RC4Fallback | 6 | |
Tls1ThreeDesFallback | 11 |