MembershipProvider.MembershipProvider Constructor
.NET Framework 3.0
Initializes a new instance of the MembershipProvider class.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
You are not required to implement a constructor for a class that inherits the MembershipProvider abstract class. Initialization values for a MembershipProvider implementation are passed to the Initialize method implementation.
Community Additions
ADD
Show: