System::Security::Cryptography::RIPEMD160::Create method

RIPEMD160::Create() method

Creates hash algorithm instance.

static SharedPtr<RIPEMD160> System::Security::Cryptography::RIPEMD160::Create()

ReturnValue

Newly created hasher instance.

See Also

RIPEMD160::Create(const String&) method

Creates hash algorithm instance.

static SharedPtr<RIPEMD160> System::Security::Cryptography::RIPEMD160::Create(const String &algName)
ParameterTypeDescription
algNameconst String&Must be “System.Security.Cryptography.RIPEMD160”.

ReturnValue

Newly created hasher instance.

See Also