Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class BusinessPasswordSuggestionPolicy

    Inheritance
    object
    BusinessPasswordSuggestionPolicy
    Implements
    INotifyPropertyChanged
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.SecureExchanges
    Assembly: SecureExchangesSDK.dll
    Syntax
    [Serializable]
    public class BusinessPasswordSuggestionPolicy : INotifyPropertyChanged

    Properties

    IsNeedLowerCase

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

    IsNeedNumeric

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

    IsNeedSpecialChars

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

    IsNeedUpperCase

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

    PasswordLength

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

    Methods

    RaisePropertyChanged(string)

    Declaration
    protected void RaisePropertyChanged(string propertyName)
    Parameters
    Type Name Description
    string propertyName

    Events

    PropertyChanged

    Occurs when a property value changes.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    PropertyChangedEventHandler

    Implements

    INotifyPropertyChanged

    Extension Methods

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