Share via


MinRequiredPasswordLength 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 Overrides ReadOnly Property MinRequiredPasswordLength As Integer
'Usage
Dim instance As UpmMembershipProvider
Dim value As Integer

value = instance.MinRequiredPasswordLength
public override int MinRequiredPasswordLength { get; }
public:
virtual property int MinRequiredPasswordLength {
    int get () override;
}
public override function get MinRequiredPasswordLength () : 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

See Also

Reference

UpmMembershipProvider Class

UpmMembershipProvider Members

Microsoft.CommerceServer.Runtime.Profiles Namespace