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)
Inheritance Hierarchy
System.Object
Microsoft.Owin.Security.CertificateSubjectPublicKeyInfoValidator
Syntax
public class CertificateSubjectPublicKeyInfoValidator : ICertificateValidator
public ref class CertificateSubjectPublicKeyInfoValidator : ICertificateValidator
type CertificateSubjectPublicKeyInfoValidator =
class
interface ICertificateValidator
end
Public Class CertificateSubjectPublicKeyInfoValidator
Implements ICertificateValidator
Constructors
Name | Description | |
---|---|---|
CertificateSubjectPublicKeyInfoValidator(IEnumerable<String>, SubjectPublicKeyInfoAlgorithm) | Initializes a new instance of the CertificateSubjectPublicKeyInfoValidator class. |
Methods
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. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Owin.Security Namespace
Return to top