This topic has not yet been rated - Rate this topic

SimpleMembershipProvider Constructor (MembershipProvider)

Initializes a new instance of the SimpleMembershipProvider class by using the specified membership provider.

Namespace:  WebMatrix.WebData
Assembly:  WebMatrix.WebData (in WebMatrix.WebData.dll)
public SimpleMembershipProvider(
	MembershipProvider previousProvider
)

Parameters

previousProvider
Type: System.Web.Security.MembershipProvider
The membership provider to use.

The SimpleMembershipProvider instance is not active until the Initialize(String, NameValueCollection) method is called. If the SimpleMembershipProvider instance is not active, membership calls will be passed to the membership provider that is specified by the previousProvider parameter.

For more information, see the SimpleMembershipProvider class overview.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.