System.Security.Cryptography.SHA512.Create Method

Creates an instance of a specified implementation of System.Security.Cryptography.SHA512.

Syntax

public static SHA512 Create (string hashName)

Parameters

hashName
The name of the specific implementation of System.Security.Cryptography.SHA512 to be used.

Returns

A new instance of System.Security.Cryptography.SHA512 using the specified implementation.

Remarks

Possible values for hashName are SHA512, System.Security.Cryptography.SHA51, System.Security.Cryptography.SHA512Managed, and System.Security.Cryptography.SHA512CryptoServiceProvider.

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0