SymmetricAlgorithm.IDisposable.Dispose 方法

定義

釋放 SymmetricAlgorithm 所使用的 Unmanaged 資源,並選擇性地釋放 Managed 資源。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

 virtual void System.IDisposable.Dispose() = IDisposable::Dispose;
void IDisposable.Dispose ();
abstract member System.IDisposable.Dispose : unit -> unit
override this.System.IDisposable.Dispose : unit -> unit
Sub Dispose () Implements IDisposable.Dispose

實作

備註

這個成員是明確介面成員實作, 只有在 SymmetricAlgorithm 執行個體轉換成 IDisposable 介面時,才能使用這個成員。

適用於

另請參閱