HashAlgorithm.Clear Метод
Определение
Освобождает все ресурсы, используемые классом HashAlgorithm.Releases all resources used by the HashAlgorithm class.
public:
void Clear();
public void Clear ();
member this.Clear : unit -> unit
Public Sub Clear ()
Комментарии
Этот метод является простым вызовом IDisposable.Dispose метода.This method is a simple call to the IDisposable.Dispose method.
Вызов Dispose
позволяет перераспределить ресурсы, используемые HashAlgorithm классом, для других целей.Calling Dispose
allows the resources used by the HashAlgorithm class to be reallocated for other purposes. Дополнительные сведения о Dispose
см. в разделе Очистка неуправляемых ресурсов.For more information about Dispose
, see Cleaning Up Unmanaged Resources.