PasswordRequirementsMustMatchRegularExpression Property
If configured, a regular expression that the password must match; otherwise null
Namespace: Ignition.Crm.AccountManagementAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public Regex MustMatchRegularExpression { get; }
Public ReadOnly Property MustMatchRegularExpression As Regex
Get
public:
property Regex^ MustMatchRegularExpression {
Regex^ get ();
}
member MustMatchRegularExpression : Regex with get
Property Value
Regex