X509TokenProvider Members
Represents a security token provider for X.509 certificate security credentials.
The following tables list the members exposed by the X509TokenProvider type.
Public Constructors
Name | Description | |
---|---|---|
X509TokenProvider | Overloaded. Initializes a new instance of the X509TokenProvider class. |
Top
Public Properties
Name | Description | |
---|---|---|
FindType | Gets or sets how to find the certificate in the certificate store. | |
FindValue | Gets or sets the value to search for in the certificate store. | |
StoreLocation | Gets or sets the location of the X.509 certificate store. | |
StoreName | The name of the certificate store. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
CreateToken | Overloaded. Creates a X509SecurityToken security token. | |
Equals | Overloaded. (Inherited from Object ) | |
GetExtensions | Overridden. Gets the collection of policy extensions that are registered in the policy file. | |
GetHashCode | (Inherited from Object ) | |
GetToken | Overridden. Gets a X509SecurityToken security token using the X.509 certificate details associated with this X509TokenProvider. | |
GetType | (Inherited from Object ) | |
ReadXml | Overridden. Reads the XML in the policy file that is associated with the <x509> Element. | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) | |
WriteXml | Overridden. Writes the current X.509 certificate details as XML using the specified System.Xml.XmlWriter. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
X509TokenProvider Class
Microsoft.Web.Services3.Design Namespace