SHA384::Create Method ()

 

Creates an instance of the default implementation of SHA384.

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

public:
static SHA384^ Create()

Return Value

Type: System.Security.Cryptography::SHA384^

A new instance of SHA384.

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: