RsaSecurityKey.GetAsymmetricAlgorithm(String, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l'algorithme de chiffrement asymétrique spécifié.
public:
override System::Security::Cryptography::AsymmetricAlgorithm ^ GetAsymmetricAlgorithm(System::String ^ algorithm, bool requiresPrivateKey);
public override System.Security.Cryptography.AsymmetricAlgorithm GetAsymmetricAlgorithm (string algorithm, bool requiresPrivateKey);
override this.GetAsymmetricAlgorithm : string * bool -> System.Security.Cryptography.AsymmetricAlgorithm
Public Overrides Function GetAsymmetricAlgorithm (algorithm As String, requiresPrivateKey As Boolean) As AsymmetricAlgorithm
Paramètres
- algorithm
- String
Algorithme asymétrique à créer.
- requiresPrivateKey
- Boolean
true
lorsqu'une clé privée est requise pour créer l'algorithme ; sinon, false
.
Retours
Objet AsymmetricAlgorithm qui représente l'algorithme de chiffrement asymétrique spécifié.
Exceptions
requiresPrivateKey
a la valeur true
et aucune clé privée n’est disponible.