C# Класс Tpm2Lib.Tpm2DictionaryAttackParametersRequest

Наследование: TpmStructureBase
Показать файл Открыть проект Примеры использования класса

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