Click or drag to resize

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.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public List<char> SupportedSpecialChars { get; }

Property Value

ListChar
See Also