X509SecurityTokenAuthenticator Constructor (X509CertificateValidator)
Initializes a new instance of the X509SecurityTokenAuthenticator class using the specified certificate validator.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
Parameters
- validator
- Type: System.IdentityModel.Selectors::X509CertificateValidator
A X509CertificateValidator that verifies that the certificate is valid.
The X509CertificateValidator class provides a set of pre-defined certificate validation models, such as the ChainTrust property. These validation models can be passed to the validator parameter. When an application requires a custom validation method, derive a class from X509CertificateValidator and override the Validate(X509Certificate2) method. The Validate(X509Certificate2) method is called by the ValidateTokenCore method.
By default, the X509SecurityTokenAuthenticator does not map the X.509 certificate to a Windows identity.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.