Inheritance: TpmStructureBase
Esempio n. 1
0
 public Tpm2bTimeout(Tpm2bTimeout the_Tpm2bTimeout)
 {
     if((Object) the_Tpm2bTimeout == null ) throw new ArgumentException(Globs.GetResourceString("parmError"));
     buffer = the_Tpm2bTimeout.buffer;
 }
Esempio n. 2
0
 public Tpm2bTimeout(Tpm2bTimeout the_Tpm2bTimeout)
 : base(the_Tpm2bTimeout)
 {
 }