PasswordAnswerFormat Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the format of the format for storing password answers in the membership data store.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property PasswordAnswerFormat As MembershipPasswordFormat
'Usage
Dim instance As UpmMembershipSettings
Dim value As MembershipPasswordFormat
value = instance.PasswordAnswerFormat
public MembershipPasswordFormat PasswordAnswerFormat { get; }
public:
property MembershipPasswordFormat PasswordAnswerFormat {
MembershipPasswordFormat get ();
}
public function get PasswordAnswerFormat () : 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.