Share via


PasswordFormat Property

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

Gets a value indicating the format for storing passwords in the membership data store.

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

Syntax

'Declaration
Public Overrides ReadOnly Property PasswordFormat As MembershipPasswordFormat
'Usage
Dim instance As UpmMembershipProvider
Dim value As MembershipPasswordFormat

value = instance.PasswordFormat
public override MembershipPasswordFormat PasswordFormat { get; }
public:
virtual property MembershipPasswordFormat PasswordFormat {
    MembershipPasswordFormat get () override;
}
public override function get PasswordFormat () : MembershipPasswordFormat

Property Value

Type: System.Web.Security..::.MembershipPasswordFormat
One of the System.Web.Security.MembershipPasswordFormat values indicating the format for storing passwords in the data store.

Remarks

Returns a value indicating the format for storing passwords in the membership data store.

Permissions

See Also

Reference

UpmMembershipProvider Class

UpmMembershipProvider Members

Microsoft.CommerceServer.Runtime.Profiles Namespace