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)
ParameterTypeالوصف
algNameconst String&يجب أن يكون “System.Security.Cryptography.MD5”.

ReturnValue

كائن الخوارزمية الذي تم إنشاؤه حديثًا.

انظر أيضًا