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)

Syntax

public interface ICertificateValidator
public interface class ICertificateValidator
type ICertificateValidator = interface end
Public Interface ICertificateValidator

Methods

Name Description
System_CAPS_pubmethod Validate(Object, X509Certificate, X509Chain, SslPolicyErrors)

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

See Also

Microsoft.Owin.Security Namespace

Return to top