System::Security::Cryptography::MD5::Create Methode

MD5::Create() method

Erstellt den MD5 Algorithmus.

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

ReturnValue

Neu erstelltes Algorithmus-Objekt.

Siehe auch

MD5::Create(const String&) method

Erstellt den MD5 Algorithmus.

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

ReturnValue

Neu erstelltes Algorithmus-Objekt.

Siehe auch