System::Security::Cryptography::RIPEMD160::Create Methode

RIPEMD160::Create() method

Erstellt eine Instanz des Hash-Algorithmus.

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

ReturnValue

Neu erstellte Hasher-Instanz.

Siehe auch

RIPEMD160::Create(const String&) method

Erstellt eine Instanz des Hash-Algorithmus.

static SharedPtr<RIPEMD160> System::Security::Cryptography::RIPEMD160::Create(const String &algName)
ParameterTypBeschreibung
algNameconst String&Muss “System.Security.Cryptography.RIPEMD160” sein.

ReturnValue

Neu erstellte Hasher-Instanz.

Siehe auch