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