Share via


RequestSecurityToken Members

Represents a security token request.

The following tables list the members exposed by the RequestSecurityToken type.

Public Constructors

  Name Description
RequestSecurityToken Overloaded. Initializes a new instance of the RequestSecurityToken class.

Top

Public Properties

  Name Description
public property AnyAttributes  Gets the collection of XML attributes for the element. (Inherited from OpenElement)
public property AnyElements  Gets the collection of child XML elements for the element. (Inherited from OpenElementElement)
public property AppliesTo  Gets or sets the scope of the security token. (Inherited from SecurityTokenMessage)
public property CancelTarget Gets the security token that is being canceled.
public property Context  Gets or sets a Uniform Resource Identifier (URI) that correlates a security token request with its response. (Inherited from SecurityTokenMessage)
public property Entropy  Gets or sets the entropy value for a security token request. (Inherited from SecurityTokenMessage)
public property LifeTime  Gets or sets the period of time the SOAP message is valid. (Inherited from SecurityTokenMessage)
public property RequestTypeUri The type of request being made to the security token service.
public property TokenType  Gets or sets the type of the security token in the security token message. (Inherited from SecurityTokenMessage)

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method GetXml Overridden. Generates an XML representation of a security token request from the specified XML document.
public method LoadXml Overridden. Loads the contents of the specified XML element into properties of the RequestSecurityToken.
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method GetXmlAttributes  (Inherited from OpenElement )
protected method GetXmlElements  (Inherited from OpenElementElement )
protected method LoadXmlAttributes  (Inherited from OpenElement )
protected method LoadXmlElements  (Inherited from OpenElementElement )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

RequestSecurityToken Class
Microsoft.Web.Services3.Security Namespace

Other Resources

Issuing Security Tokens