DisposeContext() public method

Removes all TPM objects referenced by this context and then removes the context from the TBS database.
public DisposeContext ( TbsContext c ) : void
c TbsContext
return void
コード例 #1
0
ファイル: SlotManager.cs プロジェクト: pdb0102/TSS.MSR
 protected sealed override void Dispose(bool disposing)
 {
     if (disposing)
     {
         Tbs.DisposeContext(this);
     }
     base.Dispose(disposing);
 }