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

MD5::Create() method

Membuat algoritma MD5.

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

ReturnValue

Objek algoritma yang baru dibuat.

Lihat Juga

MD5::Create(const String&) method

Membuat algoritma MD5.

static SharedPtr<MD5> System::Security::Cryptography::MD5::Create(const String &algName)
ParameterTipeDeskripsi
algNameconst String&Seharusnya “System.Security.Cryptography.MD5”.

ReturnValue

Objek algoritma yang baru dibuat.

Lihat Juga