C# 클래스 Tpm2Lib.Tpm2DictionaryAttackParametersRequest

상속: TpmStructureBase
파일 보기 프로젝트 열기: Microsoft/TSS.MSR 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : Tpm2DictionaryAttackParametersRequest
Tpm2DictionaryAttackParametersRequest ( ) : System
Tpm2DictionaryAttackParametersRequest ( Tpm2DictionaryAttackParametersRequest the_Tpm2DictionaryAttackParametersRequest ) : System
Tpm2DictionaryAttackParametersRequest ( TpmHandle the_lockHandle, uint the_newMaxTries, uint the_newRecoveryTime, uint the_lockoutRecovery ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Tpm2DictionaryAttackParametersRequest
리턴 Tpm2DictionaryAttackParametersRequest

Tpm2DictionaryAttackParametersRequest() 공개 메소드

public Tpm2DictionaryAttackParametersRequest ( ) : System
리턴 System

Tpm2DictionaryAttackParametersRequest() 공개 메소드

public Tpm2DictionaryAttackParametersRequest ( Tpm2DictionaryAttackParametersRequest the_Tpm2DictionaryAttackParametersRequest ) : System
the_Tpm2DictionaryAttackParametersRequest Tpm2DictionaryAttackParametersRequest
리턴 System

Tpm2DictionaryAttackParametersRequest() 공개 메소드

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