Inheritance: TpmStructureBase
Ejemplo n.º 1
0
 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;
 }