Global Variable グローバル変数

NSURLAuthenticationMethodServerTrust

Perform server trust authentication (certificate validation) for this protection space. この保護空間に対してサーバ信託認証(証明書検証)を実行します。

Declaration 宣言

let NSURLAuthenticationMethodServerTrust: String

Discussion 議論

This authentication method can apply to any protocol, and is most commonly used for overriding SSL and TLS chain validation. この認証メソッドは、あらゆるプロトコルに適用できます、そして最も一般的にSSLおよびTLSチェーン検証に使われます。

To learn more, read Overriding TLS Chain Validation Correctly. さらに学ぶために、Overriding TLS Chain Validation Correctlyを読んでください。

See Also 参照

Session-Wide Authentication Challenges セッション単位認証チャレンジ