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