C# 클래스 Tpm2Lib.Tpm2CreateResponse

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : Tpm2CreateResponse
Tpm2CreateResponse ( ) : System
Tpm2CreateResponse ( Tpm2CreateResponse the_Tpm2CreateResponse ) : System
Tpm2CreateResponse ( TpmPrivate the_outPrivate, TpmPublic the_outPublic, CreationData the_creationData, byte the_creationHash, TkCreation the_creationTicket ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Tpm2CreateResponse
리턴 Tpm2CreateResponse

Tpm2CreateResponse() 공개 메소드

public Tpm2CreateResponse ( ) : System
리턴 System

Tpm2CreateResponse() 공개 메소드

public Tpm2CreateResponse ( Tpm2CreateResponse the_Tpm2CreateResponse ) : System
the_Tpm2CreateResponse Tpm2CreateResponse
리턴 System

Tpm2CreateResponse() 공개 메소드

public Tpm2CreateResponse ( TpmPrivate the_outPrivate, TpmPublic the_outPublic, CreationData the_creationData, byte the_creationHash, TkCreation the_creationTicket ) : System
the_outPrivate TpmPrivate the private portion of the object
the_outPublic TpmPublic the public portion of the created object
the_creationData CreationData contains a TPMS_CREATION_DATA
the_creationHash byte digest of creationData using nameAlg of outPublic
the_creationTicket TkCreation ticket used by TPM2_CertifyCreation() to validate that the creation data was produced by the TPM
리턴 System