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. Initializes a new instance of the KeyIdentifierCachedSecurityTokenManager class. |
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) | |
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 | |
---|---|---|
Cache | (Inherited from SecurityTokenManager ) | |
CacheSecurityToken | Overridden. Adds the specified security token to the cache. | |
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 security token from the specified key information. | |
LoadTokenFromXml | (Inherited from SecurityTokenManager ) | |
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
KeyIdentifierCachedSecurityTokenManager Class
Microsoft.Web.Services3.Security.Tokens Namespace