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


In This Topic
    PasswordStrengthRegularExpression Property
    In This Topic
    Gets the regular expression used to evaluate a password.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property PasswordStrengthRegularExpression As System.String
    'Usage
     
    
    Dim instance As VistaDBMembershipProvider
    Dim value As System.String
     
    value = instance.PasswordStrengthRegularExpression
    public override System.string PasswordStrengthRegularExpression {get;}

    Property Value

    A regular expression used to evaluate 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