public Tpm2DictionaryAttackParametersRequest ( TpmHandle the_lockHandle, uint the_newMaxTries, uint the_newRecoveryTime, uint the_lockoutRecovery ) : System |
the_lockHandle |
TpmHandle |
TPM_RH_LOCKOUT Auth Index: 1 Auth Role: USER |
the_newMaxTries |
uint |
count of authorization failures before the lockout is imposed |
the_newRecoveryTime |
uint |
time in seconds before the authorization failure count is automatically decremented A value of zero indicates that DA protection is disabled. |
the_lockoutRecovery |
uint |
time in seconds after a lockoutAuth failure before use of lockoutAuth is allowed A value of zero indicates that a reboot is required. |
리턴 |
System |
|