Inheritance: TpmStructureBase
コード例 #1
0
ファイル: X_TpmDefs.cs プロジェクト: vishalishere/TSS.MSR
 public Tpm2bContextSensitive(Tpm2bContextSensitive the_Tpm2bContextSensitive)
 {
     if((Object) the_Tpm2bContextSensitive == null ) throw new ArgumentException(Globs.GetResourceString("parmError"));
     buffer = the_Tpm2bContextSensitive.buffer;
 }