Share via


IssuedToken Members

Represents a security token that is issued by a security token service.

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

Public Constructors

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

Top

Public Properties

  Name Description
public property AppliesTo Gets or sets the Web service for which this security token can be used to secure SOAP messages.
public property AttachedReference  Gets or sets the KeyInfo that can be used to refer to this security token when the token is included in the message.(Inherited from SecurityToken)
public property BaseToken Gets or sets the security token that is used to validate the authenticity of the security token request for this security token.
public property Id  Gets or sets a unique identifier of the token. (Inherited from SecurityToken)
public property Identity Overridden. Gets the identity associated with this security token.
public property IsCurrent Overridden. Gets a value indicating whether the security token is currently valid.
public property IsExpired Overridden. Gets a value indicating whether the current time is later than the security token's expiration time.
public property Key Overridden. Gets the key for the IssuedToken security token.
public property KeyBytes Gets the key for the IssuedToken security token as an array of bytes.
public property KeyIdentifier  A reference that uniquely identifies the SecurityToken instance. (Inherited from SecurityToken)
public property KeySize Gets the key size in bits for this issued token.
public property LifeTime Gets or sets the period of time a security token is valid.
public property Principal Overridden. Gets or sets the principal object for the security token.
public property ProofToken Gets or sets the proof token for the issued security token.
public property RequiresRenewal Overridden. Gets a value that indicates whether the security token requires renewal.
public property SupportingTokens Gets or sets the collection of security tokens other than the base token required by the security token service to issue this security token.
public property SupportsDataEncryption Overridden. Gets a value indicating whether the token supports encryption.
public property SupportsDigitalSignature Overridden. Gets a value indicating whether digital signatures are supported.
public property TokenIssuer Gets or sets the security token service that issued this security token.
public property TokenType  Gets the type of the security token. (Inherited from SecurityToken)
public property UnattachedReference  Gets or sets the KeyInfo that can be used to refer to this security token when the token is not included in the message.(Inherited from SecurityToken)

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Cancel Sends a security token request that informs the security token service that issued the security token that the security token is no longer needed.
public method Equals Overloaded.  
public method GetHashCode Overridden. Returns the hash code for the IssuedToken.
public method GetSignedTokenXml  (Inherited from SecurityToken )
public method GetType  (Inherited from Object )
public method GetXml Overridden. Generates an XML representation of the IssuedToken from the specified XML document.
public method LoadXml Overridden. Loads an XML element into properties of the IssuedToken.
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )
public method VerifySignedTokenXml  (Inherited from SecurityToken )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method InitializeKey Sets the key algorithm that is used by this security token.
protected method MemberwiseClone  (Inherited from Object )
protected method RecoverKey Extracts the symmetric session key from the issued security token.

Top

See Also

Reference

IssuedToken Class
Microsoft.Web.Services3.Security.Tokens Namespace