SecurityTokenManager Members
When overridden in a derived class, represents a security token manager. The class also provides static methods for working with all registered security token managers.
The following tables list the members exposed by the SecurityTokenManager type.
Protected Constructors
Name | Description | |
---|---|---|
SecurityTokenManager | Overloaded. Initializes a new instance of the SecurityTokenManager class. |
Top
Public Properties
Name | Description | |
---|---|---|
DefaultKeyAlgorithm | Gets or sets the default key algorithm name for the given token type. | |
TokenType | When overridden in a derived class, gets the type of security token that the manager handles. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Cache | Caches a security token in it's security token manager's cache without having to know the security token's security token manager. | |
CacheSecurityToken | Caches a security token in its security token manager's cache. | |
CreateTokenKeyAlgorithm | Gets the cryptographic algorithm that creates keys for a specific security token type. | |
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetSecurityTokenManagerByTokenType | Gets the security token manager for an XML-based security token. | |
GetSecurityTokenManagerByValueType | Gets the security token manager for a binary security token. | |
GetTokenFromKeyInfo | Overloaded. Gets a security token from the specified key information when the security token type is unknown. | |
GetTokenFromXml | Deserializes an XML element into a security token when the security token type is unknown. | |
GetType | (Inherited from Object ) | |
LoadTokenFromKeyInfo | Loads a security token from the specified key information. | |
LoadTokenFromXml | Loads a security token from the specified XML element. | |
ReferenceEquals | (Inherited from Object ) | |
RemoveFromCache | Removes the security token from the security token manager's cache. | |
RemoveSecurityTokenFromCache | Removes the security token from the security token manager's cache. | |
ToString | (Inherited from Object ) | |
VerifySecurityToken | Verifies that the specified security token is valid. | |
VerifyToken | Verifies that the specified security token is valid. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
SecurityTokenManager Class
Microsoft.Web.Services3.Security.Tokens Namespace