System::Security::Cryptography::MD5::Create method

MD5::Create() method

Skapar MD5‑algoritm.

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

ReturnValue

Nytt skapat algoritmobjekt.

Se även

MD5::Create(const String&) method

Skapar MD5‑algoritm.

static SharedPtr<MD5> System::Security::Cryptography::MD5::Create(const String &algName)
ParameterTypeBeskrivning
algNameconst String&Ska vara “System.Security.Cryptography.MD5”.

ReturnValue

Nytt skapat algoritmobjekt.

Se även