DerivedKeyToken Members
Represents a security token whose key is cryptographically derived from the key of another security token.
The following tables list the members exposed by the DerivedKeyToken type.
Public Constructors
Name | Description | |
---|---|---|
DerivedKeyToken | Overloaded. Initializes a new instance of the DerivedKeyToken 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) | |
Generation | Gets or sets the position at which the derived key is located in the byte stream for a serialized DerivedKeyToken. | |
GenerationLimit | Gets Generation limit associated with the derived key token. | |
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 key for the DerivedKeyToken security token. | |
KeyBytes | Gets the key for the derived key token. | |
KeyDerivationAlgorithm | Gets the algorithm used to derive the key for this security token from the key of the parent security token. | |
KeyIdentifier | A reference that uniquely identifies the SecurityToken instance. (Inherited from SecurityToken) | |
Label | Gets or sets the label parameter for the key derivation algorithm. | |
Length | Gets or sets the size of the key associated with the security token. | |
Nonce | Gets the nonce for the security token. | |
Offset | Gets or sets the position at which the derived key is located in the byte stream for a serialized DerivedKeyToken. | |
OffsetLimit | Gets Offset limit associated with the derived key token. | |
Parent | Gets the security token from which the DerivedKeyToken was derived. | |
ParentReference | Gets the reference to the parent security token. | |
Principal | Overridden. Gets or sets the principal associated with the derived key token. | |
Properties | Gets the default values for a DerivedKeyToken created using a DerivedKeyToken. | |
RequiresRenewal | Gets a value indicating whether the security token requires renewal. (Inherited from SecurityToken) | |
Root | Gets root security token of the derivation train from which the DerivedKeyToken was derived. | |
SupportsDataEncryption | Overridden. Gets a value indicating whether the security token can be used to encrypt SOAP messages. | |
SupportsDigitalSignature | Overridden. Gets a value indicating whether the security token can be used to digitally sign SOAP messages. | |
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 | |
---|---|---|
Clone | Creates a new IMutableSecurityToken with the same values as the current one. | |
Equals | Overloaded. | |
GetHashCode | Overridden. Returns the hash code for the DerivedKeyToken. | |
GetSignedTokenXml | (Inherited from SecurityToken ) | |
GetType | (Inherited from Object ) | |
GetXml | Overridden. Generates an XML representation of the DerivedKeyToken from the specified XML document. | |
LoadXml | Overridden. Loads the contents of the specified XML element into properties of the DerivedKeyToken. | |
Mutate | Regenerate the properties of the security token that change for each instance of the security token. | |
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
DerivedKeyToken Class
Microsoft.Web.Services3.Security.Tokens Namespace