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

MD5::Create() method

Crea l’algoritmo MD5.

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

ReturnValue

Oggetto algoritmo appena creato.

Vedi anche

MD5::Create(const String&) method

Crea l’algoritmo MD5.

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

ReturnValue

Oggetto algoritmo appena creato.

Vedi anche