Share via


EncryptedKeyTokenManager Members

Represents a security token manager for EncryptedKeyToken security tokens.

The following tables list the members exposed by the EncryptedKeyTokenManager type.

Public Constructors

  Name Description
EncryptedKeyTokenManager Overloaded. Initializes a new instance of the EncryptedKeyTokenManager class.

Top

Public Properties

(see also Protected Properties )

  Name Description
public property CacheCapacity  Gets the maximum number of security tokens that can be cached. (Inherited from KeyIdentifierCachedSecurityTokenManager)
public property DefaultKeyAlgorithm Overridden. Gets or sets the default key algorithm for EncryptedKeyToken security tokens.
public property TokenType Overridden. Gets the type of security token being managed.

Top

Protected Properties

  Name Description
protected property TokenCache  Gets the security token cache. (Inherited from KeyIdentifierCachedSecurityTokenManager)

Top

Public Methods

(see also Protected Methods )

  Name Description
public method static Cache  (Inherited from SecurityTokenManager )
public method CacheSecurityToken  (Inherited from KeyIdentifierCachedSecurityTokenManager )
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 EncryptedKeyToken security token from the specified key information.
public method LoadTokenFromXml Overridden. Deserializes an XML element into a EncryptedKeyToken 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

EncryptedKeyTokenManager Class
Microsoft.Web.Services3.Security.Tokens Namespace
EncryptedKeyToken