Click or drag to resize

ApplicationPropertiesPasswordHistoryLength Property

The number of passwords to keep track of to prevent password re-use. If blank, no password history is maintained. 0 means password history has no limit.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
int PasswordHistoryLength { get; }

Property Value

Type: Int32
The number of passwords to keep track of to prevent password re-use. If blank, no password history is maintained. 0 means password history has no limit.
See Also