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
Public method SPFormsUserNameSecurityTokenHandler Initializes a new instance of the SPFormsUserNameSecurityTokenHandler class.

Top

Properties

  Name Description
Public property CanValidateToken Gets a value that indicates whether the specified security token can be validated by this security token authenticator. (Overrides SecurityTokenHandlerCanValidateToken().)
Public property CanWriteToken (Inherited from UserNameSecurityTokenHandler.)
Public property Configuration (Inherited from SecurityTokenHandler.)
Public property ContainingCollection (Inherited from SecurityTokenHandler.)
Public property RetainPassword (Inherited from UserNameSecurityTokenHandler.)
Public property TokenType (Inherited from UserNameSecurityTokenHandler.)

Top

Methods

  Name Description
Public method CanReadKeyIdentifierClause (Inherited from SecurityTokenHandler.)
Public method CanReadToken (Inherited from UserNameSecurityTokenHandler.)
Public method CanWriteKeyIdentifierClause (Inherited from SecurityTokenHandler.)
Public methodStatic member CreateSecurityToken(String, String, String) Creates a security token that is based on the specified membership provider, user name, and password.
Public methodStatic member CreateSecurityToken(String, String, String, String) Creates a security token that is based on the specified membership provider, role provider, user name, and password.
Public method CreateSecurityTokenReference (Inherited from SecurityTokenHandler.)
Public method CreateToken (Inherited from SecurityTokenHandler.)
Protected method DetectReplayedTokens (Inherited from SecurityTokenHandler.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetTokenTypeIdentifiers (Inherited from UserNameSecurityTokenHandler.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ReadKeyIdentifierClause (Inherited from SecurityTokenHandler.)
Public method ReadToken (Inherited from UserNameSecurityTokenHandler.)
Public method ToString (Inherited from Object.)
Public method ValidateToken(SecurityToken) (Inherited from SecurityTokenHandler.)
Public method 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.
Public method WriteKeyIdentifierClause (Inherited from SecurityTokenHandler.)
Public method WriteToken (Inherited from UserNameSecurityTokenHandler.)

Top

See Also

Reference

SPFormsUserNameSecurityTokenHandler Class

Microsoft.SharePoint.IdentityModel Namespace