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