Contents

NSURLAuthenticationMethodServerTrust

Perform server trust authentication (certificate validation) for this protection space.

Declaration

let NSURLAuthenticationMethodServerTrust: String

Mentioned in

Discussion

This authentication method can apply to any protocol, and is most commonly used for overriding SSL and TLS chain validation.

To learn more, read Overriding TLS Chain Validation Correctly.

See Also

Session-wide authentication challenges