Inheritance: TpmStructureBase
Ejemplo n.º 1
0
 public Tpm2bEvent(Tpm2bEvent the_Tpm2bEvent)
 {
     if((Object) the_Tpm2bEvent == null ) throw new ArgumentException(Globs.GetResourceString("parmError"));
     buffer = the_Tpm2bEvent.buffer;
 }