Class BusinessPasswordSuggestionPolicy
Inheritance
System.Object
BusinessPasswordSuggestionPolicy
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.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 |
---|---|
System.Boolean |
IsNeedNumeric
Declaration
public bool IsNeedNumeric { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNeedSpecialChars
Declaration
public bool IsNeedSpecialChars { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNeedUpperCase
Declaration
public bool IsNeedUpperCase { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PasswordLength
Declaration
public int PasswordLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
RaisePropertyChanged(String)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName |
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged