RIPEMD160::Create Method (String^)
.NET Framework (current version)
Creates an instance of the specified implementation of the RIPEMD160 hash algorithm.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- hashName
-
Type:
System::String^
The name of the specific implementation of RIPEMD160 to use.
Return Value
Type: System.Security.Cryptography::RIPEMD160^A new instance of the specified implementation of RIPEMD160.
| Exception | Condition |
|---|---|
| TargetInvocationException | The algorithm described by the hashName parameter was used with Federal Information Processing Standards (FIPS) mode enabled, but it is not FIPS-compatible. |
You cannot create an instance of an abstract class. Application code will create a new instance of a derived class. For more information, see the RIPEMD160Managed class.
.NET Framework
Available since 2.0
Available since 2.0
Show: