ICertificateValidator Interface

 

Interface for providing pinned certificate validation, which checks HTTPS communication against a known good list of certificates to protect against compromised or rogue CAs issuing certificates for hosts without the knowledge of the host owner.

Namespace:   Microsoft.Owin.Security
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

public interface class ICertificateValidator

NameDescription
System_CAPS_pubmethodValidate(Object^, X509Certificate^, X509Chain^, SslPolicyErrors)

Verifies the remote Secure Sockets Layer (SSL) certificate used for authentication.

Return to top
Show: