Table of Contents

CreateCryptoSha384 Method

Definition

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

CreateCryptoSha384(Action<ConvertibleOptions>)

Creates an instance of SecureHashAlgorithm384.

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

Parameters

setup Action<ConvertibleOptions>

The ConvertibleOptions which may be configured.

Returns

Hash

A Hash implementation of SecureHashAlgorithm384.