VistaDB 6
VistaDB.Web Namespace / VistaDBMembershipProvider Class / MinRequiredPasswordLength Property


In This Topic
    MinRequiredPasswordLength Property
    In This Topic
    Gets the minimum length required for a password.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property MinRequiredPasswordLength As System.Integer
    'Usage
     
    
    Dim instance As VistaDBMembershipProvider
    Dim value As System.Integer
     
    value = instance.MinRequiredPasswordLength
    public override System.int MinRequiredPasswordLength {get;}

    Property Value

    The minimum length required for a password.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also