System::Security::Cryptography::AsymmetricAlgorithm::Create método
AsymmetricAlgorithm::Create() method
Crea un algoritmo predeterminado. No implementado.
static SharedPtr<AsymmetricAlgorithm> System::Security::Cryptography::AsymmetricAlgorithm::Create()
ReturnValue
Objeto de algoritmo.
Ver también
- Typedef SharedPtr
- Class AsymmetricAlgorithm
- Class AsymmetricAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
AsymmetricAlgorithm::Create(const String&) method
Crea un algoritmo por nombre. No implementado.
static SharedPtr<AsymmetricAlgorithm> System::Security::Cryptography::AsymmetricAlgorithm::Create(const String &alg_name)
| Parámetro | Tipo | Descripción |
|---|---|---|
| alg_name | const String& | Nombre del algoritmo. |
ReturnValue
Objeto de algoritmo.
Ver también
- Typedef SharedPtr
- Class AsymmetricAlgorithm
- Class String
- Class AsymmetricAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++