C# Class Tpm2Lib.NvPinCounterParameters

Inheritance: TpmStructureBase
Afficher le fichier Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Copy ( ) : NvPinCounterParameters
NvPinCounterParameters ( ) : System
NvPinCounterParameters ( NvPinCounterParameters the_NvPinCounterParameters ) : System
NvPinCounterParameters ( uint the_pinCount, uint the_pinLimit ) : System

Method Details

Copy() public méthode

public Copy ( ) : NvPinCounterParameters
Résultat NvPinCounterParameters

NvPinCounterParameters() public méthode

public NvPinCounterParameters ( ) : System
Résultat System

NvPinCounterParameters() public méthode

public NvPinCounterParameters ( NvPinCounterParameters the_NvPinCounterParameters ) : System
the_NvPinCounterParameters NvPinCounterParameters
Résultat System

NvPinCounterParameters() public méthode

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.
Résultat System