CertificateSubjectKeyIdentifierValidator Class

 

Provides pinned certificate validation based on the subject key identifier of the certificate.

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

System::Object
  Microsoft.Owin.Security::CertificateSubjectKeyIdentifierValidator

public ref class CertificateSubjectKeyIdentifierValidator : ICertificateValidator

NameDescription
System_CAPS_pubmethodCertificateSubjectKeyIdentifierValidator(IEnumerable<String^>^)

Initializes a new instance of the CertificateSubjectKeyIdentifierValidator 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)

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

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: