Contents

kCFStreamSSLIsServer

Security property key whose value indicates whether the connection is to act as a server in the SSL process.

Declaration

let kCFStreamSSLIsServer: CFString

Discussion

By default, the value of this key is kCFBooleanFalse (the connection is not to act as a server). If the value of this key is kCFBooleanTrue, the kCFStreamSSLCertificates key must contain a valid value.

See Also

Streams