System::Security::Cryptography::SHA512::Create Methode

SHA512::Create() method

Erstellt eine Instanz des Hash-Algorithmus.

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

ReturnValue

Neu erstellte Hasher-Instanz.

Siehe auch

SHA512::Create(const String&) method

Erstellt eine Instanz des Hash-Algorithmus.

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

ReturnValue

Neu erstellte Hasher-Instanz.

Siehe auch