SPFormsAuthenticationProvider members

Specifies settings that are used to support ASP.NET forms-based authentication.

The SPFormsAuthenticationProvider type exposes the following members.

Constructors

  Name Description
Public method SPFormsAuthenticationProvider() Initializes a new instance of the SPFormsAuthenticationProvider class.
Public method 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
Public property AuthenticationRedirectionUrl Gets the location of the page where authentication occurs. (Overrides SPAuthenticationProvider.AuthenticationRedirectionUrl.)
Public property ClaimProviderName Gets and sets the name of the claim provider to surface for this authentication provider. (Overrides SPAuthenticationProvider.ClaimProviderName.)
Public property DisplayName Gets the display name for the authentication provider. (Overrides SPAuthenticationProvider.DisplayName.)
Public property MembershipProvider Gets and sets the membership provider name for SharePoint to call to create, verify, manage, and authenticate users.
Public property RoleProvider Gets or sets the string that represents the role provider name.
Public property UpgradedPersistedProperties Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDeserialization Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.)
Public method ToString (Inherited from Object.)
Protected method UpdateParent Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.)

Top

See also

Reference

SPFormsAuthenticationProvider class

Microsoft.SharePoint.Administration namespace