EnablePasswordRetrieval Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a value indicating whether the membership provider is configured to allow users to retrieve their passwords.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property EnablePasswordRetrieval As Boolean
'Usage
Dim instance As UpmMembershipProvider
Dim value As Boolean
value = instance.EnablePasswordRetrieval
public override bool EnablePasswordRetrieval { get; }
public:
virtual property bool EnablePasswordRetrieval {
bool get () override;
}
public override function get EnablePasswordRetrieval () : boolean
Property Value
Type: System..::.Boolean
false in all cases.
Remarks
Indicates whether the membership provider is configured to allow users to retrieve their passwords. Password retrieval is not supported in the UPM Membership Provider.
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.