System::Security::Cryptography::AsymmetricAlgorithm::Create méthode

AsymmetricAlgorithm::Create() method

Crée un algorithme par défaut. Non implémenté.

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

ReturnValue

Objet d’algorithme.

Voir aussi

AsymmetricAlgorithm::Create(const String&) method

Crée un algorithme par son nom. Non implémenté.

static SharedPtr<AsymmetricAlgorithm> System::Security::Cryptography::AsymmetricAlgorithm::Create(const String &alg_name)
ParamètreTypeDescription
alg_nameconst String&Nom de l’algorithme.

ReturnValue

Objet d’algorithme.

Voir aussi