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