System::Security::Cryptography::MD5::Create metod

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)
ParameterTypBeskrivning
algNameconst String&Ska vara “System.Security.Cryptography.MD5”.

ReturnValue

Nytt skapat algoritmobjekt.

Se även