SslContext.SetSessionConfig Method
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.
Overloads
SetSessionConfig(NSString) | |
SetSessionConfig(SslSessionConfig) |
SetSessionConfig(NSString)
[ObjCRuntime.TV(10, 0)]
public int SetSessionConfig (Foundation.NSString config);
member this.SetSessionConfig : Foundation.NSString -> int
Parameters
- config
- NSString
Returns
- Attributes
Applies to
SetSessionConfig(SslSessionConfig)
[ObjCRuntime.TV(10, 0)]
public int SetSessionConfig (Security.SslSessionConfig config);
member this.SetSessionConfig : Security.SslSessionConfig -> int
Parameters
- config
- SslSessionConfig
Returns
- Attributes