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
public property FindType Gets or sets how to find the certificate in the certificate store.
public property FindValue Gets or sets the value to search for in the certificate store.
public property StoreLocation Gets or sets the location of the X.509 certificate store.
public property StoreName The name of the certificate store.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method static CreateToken Overloaded. Creates a X509SecurityToken security token.
public method Equals  Overloaded. (Inherited from Object )
public method GetExtensions Overridden. Gets the collection of policy extensions that are registered in the policy file.
public method GetHashCode  (Inherited from Object )
public method GetToken Overridden. Gets a X509SecurityToken security token using the X.509 certificate details associated with this X509TokenProvider.
public method GetType  (Inherited from Object )
public method ReadXml Overridden. Reads the XML in the policy file that is associated with the <x509> Element.
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )
public method WriteXml Overridden. Writes the current X.509 certificate details as XML using the specified System.Xml.XmlWriter.

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

X509TokenProvider Class
Microsoft.Web.Services3.Design Namespace