SPFormsAuthenticationProvider members

Represents the ASP.NET membership and role provider authentication.

The SPFormsAuthenticationProvider type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public field 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.
Public field 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

See also

Reference

SPFormsAuthenticationProvider class

Microsoft.SharePoint.AdministrationOperation namespace