X509NTAuthChainTrustValidator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an X.509 certificate validator that will validate a specified X.509 certificate and verify whether the certificate can be mapped to a Windows account and whether the certificate chain is trusted.
public ref class X509NTAuthChainTrustValidator : System::IdentityModel::Selectors::X509CertificateValidator
public class X509NTAuthChainTrustValidator : System.IdentityModel.Selectors.X509CertificateValidator
type X509NTAuthChainTrustValidator = class
inherit X509CertificateValidator
Public Class X509NTAuthChainTrustValidator
Inherits X509CertificateValidator
- Inheritance
Constructors
X509NTAuthChainTrustValidator() |
Initializes a new instance of the X509NTAuthChainTrustValidator class. |
X509NTAuthChainTrustValidator(Boolean, X509ChainPolicy) |
Initializes a new instance of the X509NTAuthChainTrustValidator class. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
LoadCustomConfiguration(XmlNodeList) |
When overridden in a derived class, loads custom configuration from XML. (Inherited from X509CertificateValidator) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Validate(X509Certificate2) |
Validates the specified X.509 certificate. |