System::Security::Cryptography::MD5::Create méthode

MD5::Create() method

Crée l’algorithme MD5.

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

ReturnValue

Objet d’algorithme nouvellement créé.

Voir aussi

MD5::Create(const String&) method

Crée l’algorithme MD5.

static SharedPtr<MD5> System::Security::Cryptography::MD5::Create(const String &algName)
ParamètreTypeDescription
algNameconst String&Doit être “System.Security.Cryptography.MD5”.

ReturnValue

Objet d’algorithme nouvellement créé.

Voir aussi