System::Security::Cryptography::MD5::Create metodu

MD5::Create() method

MD5 algoritmasını oluşturur.

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

ReturnValue

Yeni oluşturulmuş algoritma nesnesi.

Ayrıca Bakınız

MD5::Create(const String&) method

MD5 algoritmasını oluşturur.

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

ReturnValue

Yeni oluşturulmuş algoritma nesnesi.

Ayrıca Bakınız