Search Results for

    Show / Hide Table of Contents

    Class PasswordComplexity

    Defines password complexity levels

    Inheritance
    System.Object
    PasswordComplexity
    Namespace: AdmPwd.Types
    Assembly: AdmPwd.PDSWrapper.dll
    Syntax
    public sealed class PasswordComplexity : Enum

    Fields

    Large

    Only capital letters

    Declaration
    public const PasswordComplexity Large = 1
    Field Value
    Type Description
    PasswordComplexity

    LargeSmall

    Capital and small letters

    Declaration
    public const PasswordComplexity LargeSmall = 2
    Field Value
    Type Description
    PasswordComplexity

    LargeSmallNum

    Capitals and small letters, plus numbers

    Declaration
    public const PasswordComplexity LargeSmallNum = 3
    Field Value
    Type Description
    PasswordComplexity

    LargeSmallNumSpec

    Capitals and small letters, plus numbers, plus special chars

    Declaration
    public const PasswordComplexity LargeSmallNumSpec = 4
    Field Value
    Type Description
    PasswordComplexity

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    int
    ☀
    ☾
    Back to top Generated by DocFX