SymmetricSignatureProvider.ReleaseKeyedHashAlgorithm Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method is called just after the cryptographic operation. If GetKeyedHashAlgorithm(Byte[], String) was overridden this method can be overridden for any custom handling such as returning the KeyedHashAlgorithm to an object pool.
protected virtual void ReleaseKeyedHashAlgorithm (System.Security.Cryptography.KeyedHashAlgorithm keyedHashAlgorithm);
abstract member ReleaseKeyedHashAlgorithm : System.Security.Cryptography.KeyedHashAlgorithm -> unit
override this.ReleaseKeyedHashAlgorithm : System.Security.Cryptography.KeyedHashAlgorithm -> unit
Protected Overridable Sub ReleaseKeyedHashAlgorithm (keyedHashAlgorithm As KeyedHashAlgorithm)
Parameters
- keyedHashAlgorithm
- KeyedHashAlgorithm
The KeyedHashAlgorithm" in use.