System::Security::Cryptography::SHA1::Create method

SHA1::Create() method

Erstellt eine Instanz des Hash-Algorithmus.

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

ReturnValue

Neu erstellte Hasher-Instanz.

Siehe auch

SHA1::Create(const String&) method

Erstellt eine Instanz des Hash-Algorithmus.

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

ReturnValue

Neu erstellte Hasher-Instanz.

Siehe auch