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
public field static DefaultGenerationLimit A default upper bound of 64 for key generation. This field is constant.
public field static DefaultOffsetLimit A default upper bound for offset which is 1024. This field is constant.
public field static DefaultSignatureKeyLength The default size in bits for digital signatures generating using the DerivedKeyToken security token. This field is constant.

Top

Public Properties

  Name Description
public property DefaultKeyAlgorithm  Gets or sets the default key algorithm name for the given token type. (Inherited from SecurityTokenManager)
public property GenerationLimit Gets the generation limit associated with the derived key token.
public property OffsetLimit Gets the offset limit associated with the derived key token.
public property SignatureKeyLength Gets the size in bits for digital signatures generated using the DerivedKeyToken security token.
public property TokenType Overridden. Gets the type of security token being managed.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method static Cache  (Inherited from SecurityTokenManager )
public method CacheSecurityToken Overridden. Cache the DerivedKeyToken security token's Root token.
public method static CreateTokenKeyAlgorithm  (Inherited from SecurityTokenManager )
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method static GetSecurityTokenManagerByTokenType  (Inherited from SecurityTokenManager )
public method static GetSecurityTokenManagerByValueType  (Inherited from SecurityTokenManager )
public method static GetTokenFromKeyInfo  Overloaded. (Inherited from SecurityTokenManager )
public method static GetTokenFromXml  (Inherited from SecurityTokenManager )
public method GetType  (Inherited from Object )
public method LoadTokenFromKeyInfo Overridden. Loads a DerivedKeyToken security token from the specified key information.
public method LoadTokenFromXml Overridden. Deserializes an XML element into a DerivedKeyToken security token.
public method static ReferenceEquals  (Inherited from Object )
public method static RemoveFromCache  (Inherited from SecurityTokenManager )
public method RemoveSecurityTokenFromCache  (Inherited from SecurityTokenManager )
public method ToString  (Inherited from Object )
public method static VerifySecurityToken  (Inherited from SecurityTokenManager )
public method VerifyToken  (Inherited from SecurityTokenManager )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

DerivedKeyTokenManager Class
Microsoft.Web.Services3.Security.Tokens Namespace
DerivedKeyToken