IAdmPasswordPolicyInfo2
The IAdmPasswordPolicyInfo2 interface extends the IAdmPasswordPolicyInfo interface.
Inheritance: IAdmPasswordPolicyInfo
Properties
-
Property
-
Description
-
LockoutDurationSec
-
Gets the amount of time (in seconds) that an account that has exceeded the threshold returned by
LockoutThreshold
remains locked before it is automatically unlocked. -
LockoutThreshold
-
Gets the number of invalid logon attempts that are permitted before an account gets locked out.
Details
LockoutDurationSec
Gets the amount of time (in seconds) that an account that has exceeded the threshold returned by LockoutThreshold
remains locked before it is automatically unlocked.
- Type:
- int
- Access:
- Read-only
Remarks
- If the property is 0, the account will never be locked.
- If the property is -1, the account will not be unlocked automatically.
LockoutThreshold
Gets the number of invalid logon attempts that are permitted before an account gets locked out.
- Type:
- int
- Access:
- Read-only
Requirements
Minimum required version: 2013.2