Share via


KeyIdentifierCachedSecurityTokenManager Members

When overridden in a derived class, represents a security token manager that contains a security token cache that is based on the security token's KeyIdentifier.

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

Protected Constructors

  Name Description
KeyIdentifierCachedSecurityTokenManager Overloaded.  

Top

Public Properties

(see also Protected Properties )

  Name Description
public property CacheCapacity Gets the maximum number of security tokens that can be cached.
public property DefaultKeyAlgorithm  Gets or sets the default key algorithm name for the given token type.(inherited from SecurityTokenManager)
public property PermitsPolicyEnforcementTokenCaching  Gets or sets a value indicating whether the security token type can be cached when policy is used.(inherited from SecurityTokenManager)
public property TokenType  When overridden in a derived class, gets the type of security token that the manager handles.(inherited from SecurityTokenManager)

Top

Protected Properties

  Name Description
protected property TokenCache Gets the security token cache.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method CacheSecurityToken Overridden. Adds the specified security token to the cache.
public method Equals  (inherited from Object )
public method GetHashCode  (inherited from Object )
public method GetType  (inherited from Object )
public method LoadSecurityTokenAssertion  Loads a security token policy assertion from the specified XML element. (inherited from SecurityTokenManager)
public method LoadTokenFromKeyInfo Overridden. Loads a security token from the specified key information.
public method LoadTokenFromSecurityTokenAssertion  Loads an security token referenced in a policy assertion into a SecurityToken. (inherited from SecurityTokenManager)
public method LoadTokenFromXml  Loads a security token from the specified XML element. (inherited from SecurityTokenManager)
public method ToString  (inherited from Object )
public method VerifyToken  Verifies that the specified security token is valid. (inherited from SecurityTokenManager)

Top

Protected Methods

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

Top

See Also

Reference

KeyIdentifierCachedSecurityTokenManager Class
Microsoft.Web.Services2.Security.Tokens Namespace