Inheritance: TpmStructureBase
Ejemplo n.º 1
0
 public Tpm2HashResponse(Tpm2HashResponse the_Tpm2HashResponse)
 {
     if((Object) the_Tpm2HashResponse == null ) throw new ArgumentException(Globs.GetResourceString("parmError"));
     outHash = the_Tpm2HashResponse.outHash;
     validation = the_Tpm2HashResponse.validation;
 }