ISecurityTokenManager Members
Represents the interface all security token manager implement.
The following tables list the members exposed by the ISecurityTokenManager type.
Public Properties
Name | Description | |
---|---|---|
DefaultKeyAlgorithm | Gets or sets the default key algorithm name for the given token type. | |
TokenType | Gets the type of security token that the manager handles. |
Top
Public Methods
Name | Description | |
---|---|---|
CacheSecurityToken | Caches a SecurityToken security token. | |
LoadTokenFromKeyInfo | Loads a security token from the specified key information. | |
LoadTokenFromXml | Loads a security token from the specified XML element. | |
RemoveSecurityTokenFromCache | Called by WSE to allow a security token manager to remove a security token for its token cache | |
VerifyToken | Verifies that the specified security token is valid. |
Top
See Also
Reference
ISecurityTokenManager Interface
Microsoft.Web.Services3.Security.Tokens Namespace