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