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