SHA512::Create Method ()

 

Creates an instance of the default implementation of SHA512.

Namespace:   System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.dll)

public:
static SHA512^ Create()

Return Value

Type: System.Security.Cryptography::SHA512^

A new instance of SHA512.

Exception Condition
TargetInvocationException

The algorithm was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible.

.NET Framework
Available since 1.1
Return to top
Show: