System::Security::Cryptography::SHA256::Create-Methode

SHA256::Create() method

Erstellt eine Instanz des Hash-Algorithmus.

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

ReturnValue

Neu erstellte Hasher-Instanz.

Siehe auch

SHA256::Create(const String&) method

Erstellt eine Instanz des Hash-Algorithmus.

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

ReturnValue

Neu erstellte Hasher-Instanz.

Siehe auch