SymmetricSignatureProvider.ReleaseKeyedHashAlgorithm Method

Definition

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.

Applies to