Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class BusinessPasswordSuggestionPolicy

    Inheritance
    object
    BusinessPasswordSuggestionPolicy
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Transport
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class BusinessPasswordSuggestionPolicy

    Properties

    IsNeedLowerCase

    Need lower case

    Declaration
    public bool IsNeedLowerCase { get; set; }
    Property Value
    Type Description
    bool

    IsNeedNumeric

    Need numerical

    Declaration
    public bool IsNeedNumeric { get; set; }
    Property Value
    Type Description
    bool

    IsNeedSpecialChars

    The password contains special char

    Declaration
    public bool IsNeedSpecialChars { get; set; }
    Property Value
    Type Description
    bool

    IsNeedUpperCase

    Need upper case

    Declaration
    public bool IsNeedUpperCase { get; set; }
    Property Value
    Type Description
    bool

    PasswordLength

    The password length

    Declaration
    public int PasswordLength { get; set; }
    Property Value
    Type Description
    int

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation