The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SHA384::Create Method (String^)
.NET Framework (current version)
Creates an instance of a specified implementation of SHA384.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- hashName
-
Type:
System::String^
The name of the specific implementation of SHA384 to be used.
Return Value
Type: System.Security.Cryptography::SHA384^A new instance of SHA384 using the specified implementation.
| Exception | Condition |
|---|---|
| TargetInvocationException | The algorithm described by the hashName parameter was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. |
.NET Framework
Available since 1.1
Available since 1.1
Show: