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