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