DerivedKeyTokenManager Members
Represents a security token manager for DerivedKeyToken security tokens.
The following tables list the members exposed by the DerivedKeyTokenManager type.
Public Constructors
Name | Description | |
---|---|---|
DerivedKeyTokenManager | Overloaded. Initializes a new instance of the DerivedKeyTokenManager class. |
Top
Public Fields
Name | Description | |
---|---|---|
DefaultGenerationLimit | A default upper bound of 64 for key generation. This field is constant. | |
DefaultOffsetLimit | A default upper bound for offset which is 1024. This field is constant. | |
DefaultSignatureKeyLength | The default size in bits for digital signatures generating using the DerivedKeyToken security token. This field is constant. |
Top
Public Properties
Name | Description | |
---|---|---|
DefaultKeyAlgorithm | Gets or sets the default key algorithm name for the given token type. (Inherited from SecurityTokenManager) | |
GenerationLimit | Gets the generation limit associated with the derived key token. | |
OffsetLimit | Gets the offset limit associated with the derived key token. | |
SignatureKeyLength | Gets the size in bits for digital signatures generated using the DerivedKeyToken security token. | |
TokenType | Overridden. Gets the type of security token being managed. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Cache | (Inherited from SecurityTokenManager ) | |
CacheSecurityToken | Overridden. Cache the DerivedKeyToken security token's Root token. | |
CreateTokenKeyAlgorithm | (Inherited from SecurityTokenManager ) | |
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetSecurityTokenManagerByTokenType | (Inherited from SecurityTokenManager ) | |
GetSecurityTokenManagerByValueType | (Inherited from SecurityTokenManager ) | |
GetTokenFromKeyInfo | Overloaded. (Inherited from SecurityTokenManager ) | |
GetTokenFromXml | (Inherited from SecurityTokenManager ) | |
GetType | (Inherited from Object ) | |
LoadTokenFromKeyInfo | Overridden. Loads a DerivedKeyToken security token from the specified key information. | |
LoadTokenFromXml | Overridden. Deserializes an XML element into a DerivedKeyToken security token. | |
ReferenceEquals | (Inherited from Object ) | |
RemoveFromCache | (Inherited from SecurityTokenManager ) | |
RemoveSecurityTokenFromCache | (Inherited from SecurityTokenManager ) | |
ToString | (Inherited from Object ) | |
VerifySecurityToken | (Inherited from SecurityTokenManager ) | |
VerifyToken | (Inherited from SecurityTokenManager ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
DerivedKeyTokenManager Class
Microsoft.Web.Services3.Security.Tokens Namespace
DerivedKeyToken