Class BusinessPasswordSuggestionPolicy
Inheritance
BusinessPasswordSuggestionPolicy
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class BusinessPasswordSuggestionPolicy : INotifyPropertyChanged
Properties
IsNeedLowerCase
Declaration
public bool IsNeedLowerCase { get; set; }
Property Value
IsNeedNumeric
Declaration
public bool IsNeedNumeric { get; set; }
Property Value
IsNeedSpecialChars
Declaration
public bool IsNeedSpecialChars { get; set; }
Property Value
IsNeedUpperCase
Declaration
public bool IsNeedUpperCase { get; set; }
Property Value
PasswordLength
Declaration
public int PasswordLength { get; set; }
Property Value
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
Implements
Extension Methods