System.Security.Cryptography.RIPEMD160.Create Method

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

Syntax

public static RIPEMD160 Create ()

Returns

A new instance of the System.Security.Cryptography.RIPEMD160 hash algorithm.

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