C# 클래스 Tpm2Lib.Tpm2PcrReadResponse

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : Tpm2PcrReadResponse
Tpm2PcrReadResponse ( ) : System
Tpm2PcrReadResponse ( Tpm2PcrReadResponse the_Tpm2PcrReadResponse ) : System
Tpm2PcrReadResponse ( uint the_pcrUpdateCounter, PcrSelection the_pcrSelectionOut, Tpm2bDigest the_pcrValues ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Tpm2PcrReadResponse
리턴 Tpm2PcrReadResponse

Tpm2PcrReadResponse() 공개 메소드

public Tpm2PcrReadResponse ( ) : System
리턴 System

Tpm2PcrReadResponse() 공개 메소드

public Tpm2PcrReadResponse ( Tpm2PcrReadResponse the_Tpm2PcrReadResponse ) : System
the_Tpm2PcrReadResponse Tpm2PcrReadResponse
리턴 System

Tpm2PcrReadResponse() 공개 메소드

public Tpm2PcrReadResponse ( uint the_pcrUpdateCounter, PcrSelection the_pcrSelectionOut, Tpm2bDigest the_pcrValues ) : System
the_pcrUpdateCounter uint the current value of the PCR update counter
the_pcrSelectionOut PcrSelection the PCR in the returned list
the_pcrValues Tpm2bDigest the contents of the PCR indicated in pcrSelectOut-> pcrSelection[] as tagged digests
리턴 System