This documentation is archived and is not being maintained.
X509SecurityTokenAuthenticator Constructor
Visual Studio 2010
Initializes a new instance of the X509SecurityTokenAuthenticator class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
X509SecurityTokenAuthenticator() | Initializes a new instance of the X509SecurityTokenAuthenticator class. |
|
X509SecurityTokenAuthenticator(X509CertificateValidator) | Initializes a new instance of the X509SecurityTokenAuthenticator class using the specified certificate validator. |
|
X509SecurityTokenAuthenticator(X509CertificateValidator, Boolean) | Initializes a new instance of the X509SecurityTokenAuthenticator class using the specified certificate validation method and indicates whether the identity of the certificate is mapped to a Windows identity. |
|
X509SecurityTokenAuthenticator(X509CertificateValidator, Boolean, Boolean) | Initializes a new instance of the X509SecurityTokenAuthenticator class using the specified certificate validation method and indicates whether the identity of the certificate is mapped to a Windows identity and the Windows groups the user belongs to. |
Show: