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 | |
---|---|---|
CacheCapacity | Gets the maximum number of security tokens that can be cached. | |
DefaultKeyAlgorithm | Gets or sets the default key algorithm name for the given token type.(inherited from SecurityTokenManager) | |
PermitsPolicyEnforcementTokenCaching | Gets or sets a value indicating whether the security token type can be cached when policy is used.(inherited from SecurityTokenManager) | |
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 | |
---|---|---|
TokenCache | Gets the security token cache. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
CacheSecurityToken | Overridden. Adds the specified security token to the cache. | |
Equals | (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
LoadSecurityTokenAssertion | Loads a security token policy assertion from the specified XML element. (inherited from SecurityTokenManager) | |
LoadTokenFromKeyInfo | Overridden. Loads a security token from the specified key information. | |
LoadTokenFromSecurityTokenAssertion | Loads an security token referenced in a policy assertion into a SecurityToken. (inherited from SecurityTokenManager) | |
LoadTokenFromXml | Loads a security token from the specified XML element. (inherited from SecurityTokenManager) | |
ToString | (inherited from Object ) | |
VerifyToken | Verifies that the specified security token is valid. (inherited from SecurityTokenManager) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
KeyIdentifierCachedSecurityTokenManager Class
Microsoft.Web.Services2.Security.Tokens Namespace