Share via


GetPassword Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the password for the membership user from the membership data store. The UpmMembershipProvider does not support this method.

Namespace:  Microsoft.CommerceServer.Runtime.Profiles
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public Overrides Function GetPassword As String
'Usage
Dim instance As UpmMembershipUser
Dim returnValue As String

returnValue = instance.GetPassword()
public override string GetPassword()
public:
virtual String^ GetPassword() override
public override function GetPassword() : String

Return Value

Type: System..::.String
A NotSupportedException in all cases.

Remarks

Throws a NotSupportedException in all cases. Not supported by UpmMembershipProvider.

Permissions

See Also

Reference

UpmMembershipUser Class

UpmMembershipUser Members

GetPassword Overload

Microsoft.CommerceServer.Runtime.Profiles Namespace