CertificateSubjectPublicKeyInfoValidator Class

 

Implements a cert pinning validator passed on http://datatracker.ietf.org/doc/draft-ietf-websec-key-pinning/?include_text=1

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

System::Object
  Microsoft.Owin.Security::CertificateSubjectPublicKeyInfoValidator

public ref class CertificateSubjectPublicKeyInfoValidator : ICertificateValidator

NameDescription
System_CAPS_pubmethodCertificateSubjectPublicKeyInfoValidator(IEnumerable<String^>^, SubjectPublicKeyInfoAlgorithm)

Initializes a new instance of the CertificateSubjectPublicKeyInfoValidator 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 at least one SPKI hash is known.

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: