CertificateSubjectPublicKeyInfoValidator Class
Implements a cert pinning validator passed on http://datatracker.ietf.org/doc/draft-ietf-websec-key-pinning/?include_text=1
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
| Name | Description | |
|---|---|---|
![]() | CertificateSubjectPublicKeyInfoValidator(IEnumerable<String^>^, SubjectPublicKeyInfoAlgorithm) | Initializes a new instance of the CertificateSubjectPublicKeyInfoValidator class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate(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.
Show:

