SPFormsAuthenticationProvider members
Specifies settings that are used to support ASP.NET forms-based authentication.
The SPFormsAuthenticationProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPFormsAuthenticationProvider() | Initializes a new instance of the SPFormsAuthenticationProvider class. | |
SPFormsAuthenticationProvider(String, String) | Initializes a new instance of the [Microsoft.SharePoint.Administration.SPFormsAuthenticationProvider] class using the specified membership provider and role provider. |
Top
Properties
Name | Description | |
---|---|---|
AuthenticationRedirectionUrl | Gets the location of the page where authentication occurs. (Overrides SPAuthenticationProvider.AuthenticationRedirectionUrl.) | |
ClaimProviderName | Gets and sets the name of the claim provider to surface for this authentication provider. (Overrides SPAuthenticationProvider.ClaimProviderName.) | |
DisplayName | Gets the display name for the authentication provider. (Overrides SPAuthenticationProvider.DisplayName.) | |
MembershipProvider | Gets and sets the membership provider name for SharePoint to call to create, verify, manage, and authenticate users. | |
RoleProvider | Gets or sets the string that represents the role provider name. | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top