Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a value indicating whether UpmMembershipProvider requires a valid password answer to certain methods.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property RequiresQuestionAndAnswer As Boolean
'Usage
Dim instance As UpmMembershipSettings
Dim value As Boolean
value = instance.RequiresQuestionAndAnswer
public bool RequiresQuestionAndAnswer { get; }
public:
property bool RequiresQuestionAndAnswer {
bool get ();
}
public function get RequiresQuestionAndAnswer () : boolean
Property Value
Type: System..::.Boolean
true if a password answer is required for password reset and retrieval; otherwise, false. The default is true.
Remarks
Returns a value indicating whether or not the membership provider is configured to require the user to answer a password question for password reset and retrieval.
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.