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

MD5::Create() method

Crea el algoritmo MD5.

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

ReturnValue

Objeto de algoritmo recién creado.

Ver también

MD5::Create(const String&) method

Crea el algoritmo MD5.

static SharedPtr<MD5> System::Security::Cryptography::MD5::Create(const String &algName)
ParámetroTipoDescripción
algNameconst String&Debe ser “System.Security.Cryptography.MD5”.

ReturnValue

Objeto de algoritmo recién creado.

Ver también