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

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

كائن الخوارزمية المُنشأ حديثًا.

انظر أيضًا