X509SecurityTokenHandler Constructor
.NET Framework 4.5
Initializes a new instance of the X509SecurityTokenHandler 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 | |
|---|---|---|
|
X509SecurityTokenHandler() | Initializes a new instance of the X509SecurityTokenHandler class with default values. |
|
X509SecurityTokenHandler(Boolean) | Initializes a new instance of the X509SecurityTokenHandler class by using a value that indicates whether the certificate should be mapped to a Windows account. |
|
X509SecurityTokenHandler(X509CertificateValidator) | Initializes a new instance of the X509SecurityTokenHandler class by using the specified certificate validator. |
|
X509SecurityTokenHandler(Boolean, X509CertificateValidator) | Initializes a new instance of the X509SecurityTokenHandler class by using a value that indicates whether the certificate should be mapped to a Windows account and the specified certificate validator. |