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.  

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 BaseToken Gets or sets the security token used to sign the security token request.
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 SupportingTokens Gets a collection of security tokens the SOAP message sender is providing 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  (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 ToString  (inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object )
protected method GetXmlAttributes  Appends the attributes of the OpenElement to the specified XML element. (inherited from OpenElement)
protected method GetXmlElements  Appends the child elements of the OpenElementElement to the specified XML element. (inherited from OpenElementElement)
protected method LoadXmlAttributes  Adds the attributes of the specified XML element to the AnyAttributes property. (inherited from OpenElement)
protected method LoadXmlElements  Adds the contents of the specified XML element to the AnyElements property. (inherited from OpenElementElement)
protected method MemberwiseClone  (inherited from Object )

Top

See Also

Reference

RequestSecurityToken Class
Microsoft.Web.Services2.Security Namespace

Other Resources