System::Security::Cryptography::MD5::Create метод

MD5::Create() method

Создает алгоритм MD5.

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

ReturnValue

Созданный объект алгоритма.

См. также

MD5::Create(const String&) method

Создает алгоритм MD5.

static SharedPtr<MD5> System::Security::Cryptography::MD5::Create(const String &algName)
ПараметрТипОписание
algNameconst String&Должно быть “System.Security.Cryptography.MD5”.

ReturnValue

Созданный объект алгоритма.

См. также