Class BusinessPasswordSuggestionPolicy
Inherited Members
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 |