SSLGetSessionOption(_:_:_:)
Indicates the current setting of Secure Sockets Layer (SSL) session options.
Declaration
func SSLGetSessionOption(_ context: SSLContext, _ option: SSLSessionOption, _ value: UnsafeMutablePointer<DarwinBoolean>) -> OSStatusParameters
- context:
An SSL session context reference.
- option:
An SSL session option. Possible values are listed in Sslsessionoption.
- value:
On return,
trueif the option is enabled, orfalseotherwise.
Return Value
A result code. See Secure Transport Result Codes.