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