Metodo System::Security::Cryptography::DSA::Create
Contenuti
[
Nascondere
]DSA::Create() method
Crea l’implementazione predefinita dell’algoritmo DSA.
static SharedPtr<DSA> System::Security::Cryptography::DSA::Create()
ReturnValue
DSA algorithm object.
Vedi anche
- Typedef SharedPtr
- Class DSA
- Class DSA
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
DSA::Create(const DSAParameters&) method
Crea l’implementazione predefinita dell’algoritmo DSA con parametri specificati.
static SharedPtr<DSA> System::Security::Cryptography::DSA::Create(const DSAParameters ¶meters)
| Parametro | Tipo | Descrizione |
|---|---|---|
| parameters | const DSAParameters& | I parametri per l’algoritmo DSA. |
Vedi anche
- Typedef SharedPtr
- Class DSA
- Class DSA
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
DSA::Create(const String&) method
Crea l’implementazione predefinita dell’algoritmo DSA.
static SharedPtr<DSA> System::Security::Cryptography::DSA::Create(const String &alg_name)
| Parametro | Tipo | Descrizione |
|---|---|---|
| alg_name | const String& | Deve essere “System.Security.Cryptography.DSACryptoServiceProvider”. |
ReturnValue
DSA algorithm object.
Vedi anche
- Typedef SharedPtr
- Class DSA
- Class String
- Class DSA
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
DSA::Create(int32_t) method
Crea l’implementazione predefinita dell’algoritmo DSA con dimensione della chiave specificata.
static SharedPtr<DSA> System::Security::Cryptography::DSA::Create(int32_t key_size_in_bits)
| Parametro | Tipo | Descrizione |
|---|---|---|
| key_size_in_bits | int32_t | La dimensione della chiave, in bit. |
Vedi anche
- Typedef SharedPtr
- Class DSA
- Class DSA
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++