UpmMembershipProvider Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the UpmMembershipProvider class.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New UpmMembershipProvider()
public UpmMembershipProvider()
public:
UpmMembershipProvider()
public function UpmMembershipProvider()
Remarks
The UpmMembershipProvider is used by the Membership object included with ASP.NET. The user modifies web.config to indicate that the UpmMembershipProvider class is to be used to provide the implementation for all membership related functionality. The UpmMembershipProvider class talks to Commerce Server using the BizDataAdmin object and the CSOLEDB Provider. The UpmMembershipProvider class returns instances of UpmMembershipUser wherever the MembershipUser class is expected.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.