let NSURLAuthenticationMethodClientCertificate : String
Use client certificate authentication for this protection space.
この保護空間に対するクライアント証明書認証を使います。
let NSURLAuthenticationMethodNTLM : String
Use NTLM authentication for this protection space.
NTLM認証をこの保護空間に対して使用します。
let NSURLAuthenticationMethodServerTrust : String
Perform server trust authentication (certificate validation) for this protection space.
この保護空間に対してサーバ信託認証(証明書検証)を実行します。