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