 | PasswordRequirementsMustNotMatchPreviousNumberOfPasswords Property |
Number of unique passwords required before a password can be repeated
Namespace: Ignition.Crm.AccountManagementAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic int? MustNotMatchPreviousNumberOfPasswords { get; }Public ReadOnly Property MustNotMatchPreviousNumberOfPasswords As Integer?
Get
public:
property Nullable<int> MustNotMatchPreviousNumberOfPasswords {
Nullable<int> get ();
}member MustNotMatchPreviousNumberOfPasswords : Nullable<int> with get
Property Value
NullableInt32
See Also