let NSURLAuthenticationMethodNegotiate : String
Negotiate whether to use Kerberos or NTLM authentication for this protection space.
この保護空間に対してKerberosまたはNTLM認証のどちらを使うべきかを交渉します。
let NSURLAuthenticationMethodNTLM : String
Use NTLM authentication for this protection space.
NTLM認証をこの保護空間に対して使用します。
let NSURLAuthenticationMethodServerTrust : String
Perform server trust authentication (certificate validation) for this protection space.
この保護空間に対してサーバ信託認証(証明書検証)を実行します。