 | PasswordRequirementsSupportedSpecialChars Property |
Valid special characters for password, if
RequiresOneOrMoreSpecialCharacters is true.
Special characters can be configured via the eWebLoginSupportedSpecialChars system option.
If that system option is not configured, the default special characters are (@,!,#,$,%)
Namespace: Ignition.Crm.AccountManagementAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic List<char> SupportedSpecialChars { get; }Public ReadOnly Property SupportedSpecialChars As List(Of Char)
Get
public:
property List<wchar_t>^ SupportedSpecialChars {
List<wchar_t>^ get ();
}member SupportedSpecialChars : List<char> with get
Property Value
ListChar
See Also