System::Security::Cryptography::AsymmetricAlgorithm::Create metodo

AsymmetricAlgorithm::Create() method

Crea un algoritmo predefinito. Non implementato.

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

ReturnValue

Oggetto algoritmo.

Vedi anche

AsymmetricAlgorithm::Create(const String&) method

Crea un algoritmo per nome. Non implementato.

static SharedPtr<AsymmetricAlgorithm> System::Security::Cryptography::AsymmetricAlgorithm::Create(const String &alg_name)
ParametroTipoDescrizione
alg_nameconst String&Nome algoritmo.

ReturnValue

Oggetto algoritmo.

Vedi anche