Share via


RequestedProofToken Members

Represents the session key for a security token request that is encrypted for the requester.

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

Public Constructors

  Name Description
RequestedProofToken Overloaded.  

Top

Public Properties

  Name Description
public property AnyElements  Gets the collection of child XML elements for the element.(inherited from OpenElementElement)
public property BinarySecret Gets the securit token that is stored in a <BinarySecret> element.
public property ComputedKeyAlgorithm Gets or sets the key generation algorithm used to generate keys for the issued token.
public property EncryptedKey Gets the security token that is stored in an <EncryptedKey> element.
public property KeyBytes Gets or sets the key.

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 the security token.
public method LoadXml Overridden. Loads the contents of the specified XML element into properties of the RequestedProofToken.
public method ToString  (inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object )
protected method GetXmlAttributes  When overridden in a derived class, appends the child attributes of the OpenElementElement to the specified XML element. (inherited from OpenElementElement)
protected method GetXmlElements  Appends the child elements of the OpenElementElement to the specified XML element. (inherited from OpenElementElement)
protected method LoadXmlAttributes  When overridden in a derived class, adds the attributes of the specified XML element to a collection of attributes. (inherited from OpenElementElement)
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

RequestedProofToken Class
Microsoft.Web.Services2.Security Namespace