méthode System::Security::Cryptography::SHA384::Create
SHA384::Create() method
Crée une instance d’algorithme de hachage.
static SharedPtr<SHA384> System::Security::Cryptography::SHA384::Create()
ReturnValue
Nouvelle instance de hasher créée.
Voir aussi
- Typedef SharedPtr
- Class SHA384
- Class SHA384
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
SHA384::Create(const String&) method
Crée une instance d’algorithme de hachage.
static SharedPtr<SHA384> System::Security::Cryptography::SHA384::Create(const String &algName)
| Paramètre | Type | Description |
|---|---|---|
| algName | const String& | Doit être “System.Security.Cryptography.SHA384”. |
ReturnValue
Nouvelle instance de hasher créée.
Voir aussi
- Typedef SharedPtr
- Class SHA384
- Class String
- Class SHA384
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++