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 | |
---|---|---|
![]() |
AppliesTo | Gets or sets the Web service for which this security token can be used to secure SOAP messages. |
![]() |
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) |
![]() |
BaseToken | Gets or sets the security token that is used to validate the authenticity of the security token request for this security token. |
![]() |
Id | Gets or sets a unique identifier of the token. (Inherited from SecurityToken) |
![]() |
Identity | Overridden. Gets the identity associated with this security token. |
![]() |
IsCurrent | Overridden. Gets a value indicating whether the security token is currently valid. |
![]() |
IsExpired | Overridden. Gets a value indicating whether the current time is later than the security token's expiration time. |
![]() |
Key | Overridden. Gets the key for the IssuedToken security token. |
![]() |
KeyBytes | Gets the key for the IssuedToken security token as an array of bytes. |
![]() |
KeyIdentifier | A reference that uniquely identifies the SecurityToken instance. (Inherited from SecurityToken) |
![]() |
KeySize | Gets the key size in bits for this issued token. |
![]() |
LifeTime | Gets or sets the period of time a security token is valid. |
![]() |
Principal | Overridden. Gets or sets the principal object for the security token. |
![]() |
ProofToken | Gets or sets the proof token for the issued security token. |
![]() |
RequiresRenewal | Overridden. Gets a value that indicates whether the security token requires renewal. |
![]() |
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. |
![]() |
SupportsDataEncryption | Overridden. Gets a value indicating whether the token supports encryption. |
![]() |
SupportsDigitalSignature | Overridden. Gets a value indicating whether digital signatures are supported. |
![]() |
TokenIssuer | Gets or sets the security token service that issued this security token. |
![]() |
TokenType | Gets the type of the security token. (Inherited from SecurityToken) |
![]() |
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 | |
---|---|---|
![]() |
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. |
![]() |
Equals | Overloaded. |
![]() |
GetHashCode | Overridden. Returns the hash code for the IssuedToken. |
![]() |
GetSignedTokenXml | (Inherited from SecurityToken ) |
![]() |
GetType | (Inherited from Object ) |
![]() |
GetXml | Overridden. Generates an XML representation of the IssuedToken from the specified XML document. |
![]() |
LoadXml | Overridden. Loads an XML element into properties of the IssuedToken. |
![]() ![]() |
ReferenceEquals | (Inherited from Object ) |
![]() |
ToString | (Inherited from Object ) |
![]() |
VerifySignedTokenXml | (Inherited from SecurityToken ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object ) |
![]() |
InitializeKey | Sets the key algorithm that is used by this security token. |
![]() |
MemberwiseClone | (Inherited from Object ) |
![]() |
RecoverKey | Extracts the symmetric session key from the issued security token. |
Top
See Also
Reference
IssuedToken Class
Microsoft.Web.Services3.Security.Tokens Namespace