Inheritance: TpmStructureBase
コード例 #1
0
ファイル: X_TpmDefs.cs プロジェクト: vishalishere/TSS.MSR
 public Tpm2CreateResponse(Tpm2CreateResponse the_Tpm2CreateResponse)
 {
     if((Object) the_Tpm2CreateResponse == null ) throw new ArgumentException(Globs.GetResourceString("parmError"));
     outPrivate = the_Tpm2CreateResponse.outPrivate;
     outPublic = the_Tpm2CreateResponse.outPublic;
     creationData = the_Tpm2CreateResponse.creationData;
     creationHash = the_Tpm2CreateResponse.creationHash;
     creationTicket = the_Tpm2CreateResponse.creationTicket;
 }