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