System::Security::Cryptography::SHA1::Create metodo

SHA1::Create() method

Crea un’istanza dell’algoritmo di hash.

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

ReturnValue

Istanza dell’hash appena creata.

Vedi anche

SHA1::Create(const String&) method

Crea un’istanza dell’algoritmo di hash.

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

ReturnValue

Istanza dell’hash appena creata.

Vedi anche