NSStreamSocketSecurityLevelNegotiatedSSL
Specifies that the highest level security protocol that can be negotiated be set as the security protocol for a socket stream.
保安プロトコルとしてソケットストリームに対して設定されるのを交渉されることが可能である最高水準の保安プロトコルを指定します。
NSStreamSocketSecurityLevelNone
Specifies that no security level be set for a socket stream.
どんな保安水準もあるソケットストリームに対して設定されないことを指定します。
NSStreamSocketSecurityLevelSSLv2
Specifies that SSL version 2 be set as the security protocol for a socket stream.
SSLバージョン2が保安プロトコルとしてあるソケットストリームに対して設定されることを指定します。
NSStreamSocketSecurityLevelSSLv3
Specifies that SSL version 3 be set as the security protocol for a socket stream.
SSLバージョン3が保安プロトコルとしてあるソケットストリームに対して設定されることを指定します。
NSStreamSocketSecurityLevelTLSv1
Specifies that TLS version 1 be set as the security protocol for a socket stream.
TLSバージョン1が保安プロトコルとしてあるソケットストリームに対して設定されることを指定します。