Click or drag to resize
CryptoHelperGetHashAlgorithm Method
Gets default hash algorithm.

Namespace: CMS.Helpers.Internal
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public static HashAlgorithm GetHashAlgorithm()

Return Value

Type: HashAlgorithm
Instance of default hash algorithm.
Remarks
A new instance of hash algorithm is created upon each method call (i.e. you should dispose the instance when no longer needed).
See Also