CryptoHelperGetHashAlgorithm Method |
Gets default hash algorithm.
Namespace: CMS.Helpers.InternalAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static HashAlgorithm GetHashAlgorithm()
Return Value
Type:
HashAlgorithmInstance 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