System::Security::Cryptography::SHA384::Create metodo

SHA384::Create() method

Crea un’istanza dell’algoritmo di hash.

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

ReturnValue

Nuova istanza dell’hasher creata.

Vedi anche

SHA384::Create(const String&) method

Crea un’istanza dell’algoritmo di hash.

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

ReturnValue

Nuova istanza dell’hasher creata.

Vedi anche