Pbkdf2Close Method | CryptSharp |
Closes the stream, clearing memory and disposing of the HMAC algorithm.
Namespace: CryptSharp.Utility
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.1.0.0
Syntax
public override void Close()
Public Overrides Sub Close
public: virtual void Close() override
abstract Close : unit -> unit override Close : unit -> unit
See Also