System::Security::Cryptography::SHA384::Create Methode

SHA384::Create() method

Erstellt eine Instanz des Hash-Algorithmus.

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

ReturnValue

Neu erstellte Hasher-Instanz.

Siehe auch

SHA384::Create(const String&) method

Erstellt eine Instanz des Hash-Algorithmus.

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

ReturnValue

Neu erstellte Hasher-Instanz.

Siehe auch