C# Class Tpm2Lib.Tpm2DictionaryAttackParametersRequest

Inheritance: TpmStructureBase
Mostrar archivo Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2DictionaryAttackParametersRequest
Tpm2DictionaryAttackParametersRequest ( ) : System
Tpm2DictionaryAttackParametersRequest ( Tpm2DictionaryAttackParametersRequest the_Tpm2DictionaryAttackParametersRequest ) : System
Tpm2DictionaryAttackParametersRequest ( TpmHandle the_lockHandle, uint the_newMaxTries, uint the_newRecoveryTime, uint the_lockoutRecovery ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2DictionaryAttackParametersRequest
return Tpm2DictionaryAttackParametersRequest

Tpm2DictionaryAttackParametersRequest() public method

public Tpm2DictionaryAttackParametersRequest ( ) : System
return System

Tpm2DictionaryAttackParametersRequest() public method

public Tpm2DictionaryAttackParametersRequest ( Tpm2DictionaryAttackParametersRequest the_Tpm2DictionaryAttackParametersRequest ) : System
the_Tpm2DictionaryAttackParametersRequest Tpm2DictionaryAttackParametersRequest
return System

Tpm2DictionaryAttackParametersRequest() public method

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.
return System