C# Class Tpm2Lib.NvPinCounterParameters

Inheritance: TpmStructureBase
ファイルを表示 Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : NvPinCounterParameters
NvPinCounterParameters ( ) : System
NvPinCounterParameters ( NvPinCounterParameters the_NvPinCounterParameters ) : System
NvPinCounterParameters ( uint the_pinCount, uint the_pinLimit ) : System

Method Details

Copy() public method

public Copy ( ) : NvPinCounterParameters
return NvPinCounterParameters

NvPinCounterParameters() public method

public NvPinCounterParameters ( ) : System
return System

NvPinCounterParameters() public method

public NvPinCounterParameters ( NvPinCounterParameters the_NvPinCounterParameters ) : System
the_NvPinCounterParameters NvPinCounterParameters
return System

NvPinCounterParameters() public method

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