Share via


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
public property DefaultKeyAlgorithm Gets or sets the default key algorithm name for the given token type.
public property TokenType Gets the type of security token that the manager handles.

Top

Public Methods

  Name Description
public method CacheSecurityToken Caches a SecurityToken security token.
public method LoadTokenFromKeyInfo Loads a security token from the specified key information.
public method LoadTokenFromXml Loads a security token from the specified XML element.
public method RemoveSecurityTokenFromCache Called by WSE to allow a security token manager to remove a security token for its token cache
public method VerifyToken Verifies that the specified security token is valid.

Top

See Also

Reference

ISecurityTokenManager Interface
Microsoft.Web.Services3.Security.Tokens Namespace