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)
ParameterTypeΠεριγραφή
algNameconst String&Πρέπει να είναι “System.Security.Cryptography.MD5”.

ReturnValue

Νέο δημιουργημένο αντικείμενο αλγορίθμου.

Δείτε επίσης