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