NSURLAuthenticationMethodServerTrust
Perform server trust authentication (certificate validation) for this protection space.
Declaration
let NSURLAuthenticationMethodServerTrust: StringMentioned 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.