Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a value indicating whether UpmMembershipProvider support password reset.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property EnablePasswordReset As Boolean
'Usage
Dim instance As UpmMembershipSettings
Dim value As Boolean
value = instance.EnablePasswordReset
public bool EnablePasswordReset { get; }
public:
property bool EnablePasswordReset {
bool get ();
}
public function get EnablePasswordReset () : boolean
Property Value
Type: System..::.Boolean
true if the membership provider supports password reset; otherwise, false. The default is true.
Remarks
The EnablePasswordReset indicates whether or not the user can use the ResetPassword method to reset a user's password.
When EnablePasswordReset is true, users are allowed to reset their password.
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.