Share via


UsernameTokenManager Members

Represents a security token manager for UsernameToken security tokens.

The following tables list the members exposed by the UsernameTokenManager type.

Public Constructors

  Name Description
UsernameTokenManager Overloaded.  

Top

Public Properties

(see also Protected Properties )

  Name Description
public property CacheCapacity Gets the maximum number of UsernameToken security tokens that can be cached at one time.
public property DefaultKeyAlgorithm Gets or sets the default key algorithm for UsernameToken security tokens.
public property Label Gets the label parameter for the key derivation algorithm for UsernameToken security tokens.
public property PermitsPolicyEnforcementTokenCaching Gets or sets a value that indicates whether UsernameToken security tokens can be cached when policy is used.
public property TokenType Gets the type of security token being managed.

Top

Protected Properties

  Name Description
protected property TokenCache Gets the token cache for UsernameToken security tokens in the current application domain.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method CacheSecurityToken Overridden. Caches a UsernameToken security token based on the Username property.
public method Equals  (inherited from Object )
public method GetHashCode  (inherited from Object )
public method GetType  (inherited from Object )
public method LoadSecurityTokenAssertion Overridden. Loads the XML elements from a policy assertion pertaining to a UsernameToken security token.
public method LoadTokenFromKeyInfo  Loads a security token from the specified key information. (inherited from SecurityTokenManager)
public method LoadTokenFromSecurityTokenAssertion  Loads an security token referenced in a policy assertion into a SecurityToken. (inherited from SecurityTokenManager)
public method LoadTokenFromXml Overridden. Deserializes an XML element into a UsernameToken security token.
public method ToString  (inherited from Object )
public method VerifyToken Overridden. Verifies that the security token is valid.

Top

Protected Methods

  Name Description
protected method AuthenticateToken Authenticates a UsernameToken .
protected method DetectReplay Detects whether the UsernameTokenis being replayed.
protected method Finalize  (inherited from Object )
protected method MemberwiseClone  (inherited from Object )
protected method OnLogonUserFailed Indicates that authentication of the UsernameToken failed.
protected method VerifyHashedPassword Verifies the password for a UsernameToken security token in a received SOAP message that is hashed.
protected method VerifyPassword Verifies the password for a UsernameToken security token in a received SOAP message.
protected method VerifyPlainTextPassword Verifies the password for a UsernameToken security token in a received SOAP message that is in plain text.

Top

See Also

Reference

UsernameTokenManager Class
Microsoft.Web.Services2.Security.Tokens Namespace
UsernameToken

Other Resources