System::Security::Cryptography::RIPEMD160::Create metod

RIPEMD160::Create() method

Skapar en instans av hash‑algoritm.

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

ReturnValue

Ny skapad hash-instans.

Se även

RIPEMD160::Create(const String&) method

Skapar en instans av hash‑algoritm.

static SharedPtr<RIPEMD160> System::Security::Cryptography::RIPEMD160::Create(const String &algName)
ParameterTypeBeskrivning
algNameconst String&Måste vara “System.Security.Cryptography.RIPEMD160”.

ReturnValue

Ny skapad hash-instans.

Se även