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