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)
Inheritance Hierarchy
System.Object
Microsoft.Owin.Security.CertificateSubjectKeyIdentifierValidator
Syntax
public class CertificateSubjectKeyIdentifierValidator : ICertificateValidator
public ref class CertificateSubjectKeyIdentifierValidator : ICertificateValidator
type CertificateSubjectKeyIdentifierValidator =
class
interface ICertificateValidator
end
Public Class CertificateSubjectKeyIdentifierValidator
Implements ICertificateValidator
Constructors
Name | Description | |
---|---|---|
CertificateSubjectKeyIdentifierValidator(IEnumerable<String>) | Initializes a new instance of the CertificateSubjectKeyIdentifierValidator 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) | Verifies the remote Secure Sockets Layer (SSL) certificate used for authentication. |
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