Share via


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

See Also

Reference

UpmMembershipProvider Class

UpmMembershipProvider Members

Microsoft.CommerceServer.Runtime.Profiles Namespace