EncryptedKeyToken Members
Represents a security token for an encrypted symmetric key.
The following tables list the members exposed by the EncryptedKeyToken type.
Public Constructors
Name | Description | |
---|---|---|
EncryptedKeyToken | Overloaded. Initializes a new instance of the EncryptedKeyToken class. |
Top
Public Properties
Name | Description | |
---|---|---|
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) | |
EncryptedKey | Gets the encrypted symmetric key. | |
Id | Gets or sets a unique identifier of the token. (Inherited from SecurityToken) | |
Identity | Gets the identity associated with this security token.(Inherited from SecurityToken) | |
IsCurrent | Overridden. Gets a value indicating whether the security token is currently valid. | |
IsExpired | Gets a value indicating whether the current time is later than the security token's expiration time. (Inherited from SecurityToken) | |
Key | Overridden. Gets the symmetric key associated with this security token. | |
KeyBytes | Gets the symmetric key associated with this security token as an array of bytes. | |
KeyIdentifier | Overridden. Gets a reference that uniquely identifies the EncryptedKeyToken instance. | |
Principal | Gets or sets the principal object for the security token. (Inherited from SecurityToken) | |
RequiresRenewal | Gets a value indicating whether the security token requires renewal. (Inherited from SecurityToken) | |
SupportsDataEncryption | Overridden. Gets a value indicating whether the token supports encryption. | |
SupportsDigitalSignature | Overridden. Gets a value indicating whether the token supports digital signatures. | |
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 | |
---|---|---|
Equals | Overloaded. | |
GetHashCode | Overridden. Returns the hash code for the EncryptedKeyToken. | |
GetSignedTokenXml | (Inherited from SecurityToken ) | |
GetType | (Inherited from Object ) | |
GetXml | Overridden. Generates an XML representation of the EncryptedKeyToken from the specified XML document. | |
LoadXml | Overridden. Loads an XML element into properties of the EncryptedKeyToken. | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) | |
VerifySignedTokenXml | (Inherited from SecurityToken ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
EncryptedKeyToken Class
Microsoft.Web.Services3.Security.Tokens Namespace