C# 클래스 Tpm2Lib.Tpm2PcrAllocateResponse

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : Tpm2PcrAllocateResponse
Tpm2PcrAllocateResponse ( ) : System
Tpm2PcrAllocateResponse ( Tpm2PcrAllocateResponse the_Tpm2PcrAllocateResponse ) : System
Tpm2PcrAllocateResponse ( byte the_allocationSuccess, uint the_maxPCR, uint the_sizeNeeded, uint the_sizeAvailable ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Tpm2PcrAllocateResponse
리턴 Tpm2PcrAllocateResponse

Tpm2PcrAllocateResponse() 공개 메소드

public Tpm2PcrAllocateResponse ( ) : System
리턴 System

Tpm2PcrAllocateResponse() 공개 메소드

public Tpm2PcrAllocateResponse ( Tpm2PcrAllocateResponse the_Tpm2PcrAllocateResponse ) : System
the_Tpm2PcrAllocateResponse Tpm2PcrAllocateResponse
리턴 System

Tpm2PcrAllocateResponse() 공개 메소드

public Tpm2PcrAllocateResponse ( byte the_allocationSuccess, uint the_maxPCR, uint the_sizeNeeded, uint the_sizeAvailable ) : System
the_allocationSuccess byte YES if the allocation succeeded
the_maxPCR uint maximum number of PCR that may be in a bank
the_sizeNeeded uint number of octets required to satisfy the request
the_sizeAvailable uint Number of octets available. Computed before the allocation.
리턴 System