Table of Contents

CreateCryptoSha256 Method

Definition

Namespace
Cuemon.Security.Cryptography
Assemblies
Cuemon.Security.Cryptography.dll
Source
src/Cuemon.Security.Cryptography/UnkeyedHashFactory.cs

CreateCryptoSha256(Action<ConvertibleOptions>)

Creates an instance of SecureHashAlgorithm256.

public static Hash CreateCryptoSha256(Action<ConvertibleOptions> setup = null)

Parameters

setup Action<ConvertibleOptions>

The ConvertibleOptions which may be configured.

Returns

Hash

A Hash implementation of SecureHashAlgorithm256.