C# 클래스 Tpm2Lib.NvPinCounterParameters

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

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