C# Класс Tpm2Lib.NvPinCounterParameters

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

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Copy ( ) : NvPinCounterParameters
NvPinCounterParameters ( ) : System
NvPinCounterParameters ( NvPinCounterParameters the_NvPinCounterParameters ) : System
NvPinCounterParameters ( uint the_pinCount, uint the_pinLimit ) : System

Описание методов

Copy() публичный Метод

public Copy ( ) : NvPinCounterParameters
Результат NvPinCounterParameters

NvPinCounterParameters() публичный Метод

public NvPinCounterParameters ( ) : System
Результат System

NvPinCounterParameters() публичный Метод

public NvPinCounterParameters ( NvPinCounterParameters the_NvPinCounterParameters ) : System
the_NvPinCounterParameters NvPinCounterParameters
Результат System

NvPinCounterParameters() публичный Метод

public NvPinCounterParameters ( uint the_pinCount, uint the_pinLimit ) : System
the_pinCount uint This counter shows the current number of successful authValue authorization attempts to access a TPM_NT_PIN_PASS index or the current number of unsuccessful authValue authorization attempts to access a TPM_NT_PIN_FAIL index.
the_pinLimit uint This threshold is the value of pinCount at which the authValue authorization of the host TPM_NT_PIN_PASS or TPM_NT_PIN_FAIL index is locked out.
Результат System