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

नया बनाया गया एल्गोरिदम ऑब्जेक्ट।

संबंधित देखें