CreateCryptoSha512 Method
Definition
- Namespace
- Cuemon.Security.Cryptography
- Assemblies
- Cuemon.Security.Cryptography.dll
CreateCryptoSha512(Action<ConvertibleOptions>)
Creates an instance of SecureHashAlgorithm512.
public static Hash CreateCryptoSha512(Action<ConvertibleOptions> setup = null)
Parameters
setupAction<ConvertibleOptions>The ConvertibleOptions which may be configured.
Returns
- Hash
A Hash implementation of SecureHashAlgorithm512.