C# 클래스 Tpm2Lib.Tpm2PcrEventRequest

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : Tpm2PcrEventRequest
Tpm2PcrEventRequest ( ) : System
Tpm2PcrEventRequest ( Tpm2PcrEventRequest the_Tpm2PcrEventRequest ) : System
Tpm2PcrEventRequest ( TpmHandle the_pcrHandle, byte the_eventData ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Tpm2PcrEventRequest
리턴 Tpm2PcrEventRequest

Tpm2PcrEventRequest() 공개 메소드

public Tpm2PcrEventRequest ( ) : System
리턴 System

Tpm2PcrEventRequest() 공개 메소드

public Tpm2PcrEventRequest ( Tpm2PcrEventRequest the_Tpm2PcrEventRequest ) : System
the_Tpm2PcrEventRequest Tpm2PcrEventRequest
리턴 System

Tpm2PcrEventRequest() 공개 메소드

public Tpm2PcrEventRequest ( TpmHandle the_pcrHandle, byte the_eventData ) : System
the_pcrHandle TpmHandle Handle of the PCR Auth Handle: 1 Auth Role: USER
the_eventData byte Event data in sized buffer
리턴 System