SPFormsUserNameSecurityTokenHandler Members
Include Protected Members
Include Inherited Members
Handles user tokens representing ASP.NET forms-based authentication.
The SPFormsUserNameSecurityTokenHandler type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPFormsUserNameSecurityTokenHandler | Initializes a new instance of the SPFormsUserNameSecurityTokenHandler class. |
Top
Properties
Name | Description | |
---|---|---|
CanValidateToken | Gets a value that indicates whether the specified security token can be validated by this security token authenticator. (Overrides SecurityTokenHandlerCanValidateToken().) | |
CanWriteToken | (Inherited from UserNameSecurityTokenHandler.) | |
Configuration | (Inherited from SecurityTokenHandler.) | |
ContainingCollection | (Inherited from SecurityTokenHandler.) | |
RetainPassword | (Inherited from UserNameSecurityTokenHandler.) | |
TokenType | (Inherited from UserNameSecurityTokenHandler.) |
Top
Methods
Name | Description | |
---|---|---|
CanReadKeyIdentifierClause | (Inherited from SecurityTokenHandler.) | |
CanReadToken | (Inherited from UserNameSecurityTokenHandler.) | |
CanWriteKeyIdentifierClause | (Inherited from SecurityTokenHandler.) | |
CreateSecurityToken(String, String, String) | Creates a security token that is based on the specified membership provider, user name, and password. | |
CreateSecurityToken(String, String, String, String) | Creates a security token that is based on the specified membership provider, role provider, user name, and password. | |
CreateSecurityTokenReference | (Inherited from SecurityTokenHandler.) | |
CreateToken | (Inherited from SecurityTokenHandler.) | |
DetectReplayedTokens | (Inherited from SecurityTokenHandler.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetTokenTypeIdentifiers | (Inherited from UserNameSecurityTokenHandler.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ReadKeyIdentifierClause | (Inherited from SecurityTokenHandler.) | |
ReadToken | (Inherited from UserNameSecurityTokenHandler.) | |
ToString | (Inherited from Object.) | |
ValidateToken(SecurityToken) | (Inherited from SecurityTokenHandler.) | |
ValidateToken(SecurityToken) | Validates the specified security token and returns a set of claims-based identity values for the user associated with the specified security token. | |
WriteKeyIdentifierClause | (Inherited from SecurityTokenHandler.) | |
WriteToken | (Inherited from UserNameSecurityTokenHandler.) |
Top