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 ReadOnly Property PasswordFormat As MembershipPasswordFormat
'Usage
Dim instance As UpmMembershipSettings
Dim value As MembershipPasswordFormat
value = instance.PasswordFormat
public MembershipPasswordFormat PasswordFormat { get; }
public:
property MembershipPasswordFormat PasswordFormat {
MembershipPasswordFormat get ();
}
public 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
- 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.