System::Security::Cryptography::MD5::Create yöntemi

MD5::Create() method

Oluşturur MD5 algoritması.

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

ReturnValue

Yeni oluşturulmuş algoritma nesnesi.

Ayrıca Bakınız

MD5::Create(const String&) method

Oluşturur MD5 algoritması.

static SharedPtr<MD5> System::Security::Cryptography::MD5::Create(const String &algName)
ParameterTypeAçıklama
algNameconst String&“System.Security.Cryptography.MD5” olmalı.

ReturnValue

Yeni oluşturulmuş algoritma nesnesi.

Ayrıca Bakınız