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; }
ReadOnly Property PasswordHistoryLength As Integer
Get
Property Value
Type:
Int32The 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