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