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