MinimumRequiredPasswordLength Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the number of characters that must exist in the password for it to be valid.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property MinimumRequiredPasswordLength As Integer
'Usage
Dim instance As UpmMembershipSettings
Dim value As Integer
value = instance.MinimumRequiredPasswordLength
public int MinimumRequiredPasswordLength { get; }
public:
property int MinimumRequiredPasswordLength {
int get ();
}
public function get MinimumRequiredPasswordLength () : int
Property Value
Type: System..::.Int32
Minimum length required for a password. Default is 6.
Remarks
Returns the number of characters that must be entered to create a valid password.
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.