SPFormsAuthenticationProvider members
Represents the ASP.NET membership and role provider authentication.
The SPFormsAuthenticationProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
MembershipProvider | The membership provider name that SharePoint will call to create, verify, manage, and authenticate users. This name must be the same as the name specified in the web.config file for the membership provider. | |
RoleManager | The role provider name for managing user roles and groups. This name must be the same as the name specified in the web.config file for the role provider. Instead of defining a SharePoint-specific membership provider syntax that includes group information, SharePoint will use the standard role provider interface to gather group information about the current user. |
Top