Inheritance: TpmStructureBase
コード例 #1
0
ファイル: X_TpmDefs.cs プロジェクト: vishalishere/TSS.MSR
 public Tpm2CommitResponse(Tpm2CommitResponse the_Tpm2CommitResponse)
 {
     if((Object) the_Tpm2CommitResponse == null ) throw new ArgumentException(Globs.GetResourceString("parmError"));
     K = the_Tpm2CommitResponse.K;
     L = the_Tpm2CommitResponse.L;
     E = the_Tpm2CommitResponse.E;
     counter = the_Tpm2CommitResponse.counter;
 }