System::Security::Cryptography::RIPEMD160::Create metodo

RIPEMD160::Create() method

Crea un’istanza dell’algoritmo di hash.

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

ReturnValue

Istanza dell’hash appena creata.

Vedi anche

RIPEMD160::Create(const String&) method

Crea un’istanza dell’algoritmo di hash.

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

ReturnValue

Istanza dell’hash appena creata.

Vedi anche