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
Istanza dell’hash appena creata.
Vedi anche
- Typedef SharedPtr
- Class SHA384
- Class SHA384
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
SHA384::Create(const String&) method
Crea un’istanza dell’algoritmo di hash.
static SharedPtr<SHA384> System::Security::Cryptography::SHA384::Create(const String &algName)
| Parametro | Tipo | Descrizione |
|---|---|---|
| algName | const String& | Deve essere “System.Security.Cryptography.SHA384”. |
ReturnValue
Istanza dell’hash appena creata.
Vedi anche
- Typedef SharedPtr
- Class SHA384
- Class String
- Class SHA384
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++