System.Security.Cryptography.RIPEMD160.Create Method

Creates an instance of the specified implementation of the System.Security.Cryptography.RIPEMD160 hash algorithm.

Syntax

public static RIPEMD160 Create (string hashName)

Parameters

hashName
The name of the specific implementation of System.Security.Cryptography.RIPEMD160 to use.

Returns

A new instance of the specified implementation of System.Security.Cryptography.RIPEMD160.

Remarks

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 System.Security.Cryptography.RIPEMD160Managed class.

Requirements

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