CertificateThumbprintValidator Class

 

Provides pinned certificate validation based on the certificate thumbprint.

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

System::Object
  Microsoft.Owin.Security::CertificateThumbprintValidator

public ref class CertificateThumbprintValidator : ICertificateValidator

NameDescription
System_CAPS_pubmethodCertificateThumbprintValidator(IEnumerable<String^>^)

Initializes a new instance of the CertificateThumbprintValidator class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Validates that the certificate thumbprints in the signing chain match at least one whitelisted thumbprint.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: