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. Initializes a new instance of the UsernameTokenManager class. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
CacheCapacity | Gets the maximum number of UsernameToken security tokens that can be cached at one time. | |
DefaultKeyAlgorithm | Gets or sets the default key algorithm name for the given token type. (Inherited from SecurityTokenManager) | |
Label | Gets the label parameter for the key derivation algorithm for UsernameToken security tokens. | |
TokenType | Overridden. Gets the type of security token being managed. |
Top
Protected Properties
Name | Description | |
---|---|---|
TokenCache | Gets the token cache for UsernameToken security tokens in the current application domain. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Cache | (Inherited from SecurityTokenManager ) | |
CacheSecurityToken | Overridden. Caches a UsernameToken security token based on the Username property. | |
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 | (Inherited from SecurityTokenManager ) | |
LoadTokenFromXml | Overridden. Deserializes an XML element into a UsernameToken security token. | |
LogonUser | Creates a System.Security.Principal.WindowsPrincipal object using the specified username and password. | |
ReferenceEquals | (Inherited from Object ) | |
RemoveFromCache | (Inherited from SecurityTokenManager ) | |
RemoveSecurityTokenFromCache | (Inherited from SecurityTokenManager ) | |
ToString | (Inherited from Object ) | |
VerifySecurityToken | (Inherited from SecurityTokenManager ) | |
VerifyToken | Overridden. Verifies that the security token is valid. |
Top
Protected Methods
Name | Description | |
---|---|---|
AuthenticateToken | Authenticates a UsernameToken . | |
DetectReplay | Detects whether the UsernameToken is being replayed. | |
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) | |
OnLogonUserFailed | Indicates that authentication of the UsernameToken failed. | |
VerifyHashedPassword | Verifies the password for a UsernameToken security token in a received SOAP message that is hashed. | |
VerifyPassword | Verifies the password for a UsernameToken security token in a received SOAP message. | |
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.Services3.Security.Tokens Namespace
UsernameToken