RSAOAEPKeyExchangeFormatter Constructeurs
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.
Initialise une nouvelle instance de la classe RSAOAEPKeyExchangeFormatter.
Surcharges
RSAOAEPKeyExchangeFormatter() |
Initialise une nouvelle instance de la classe RSAOAEPKeyExchangeFormatter. |
RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm) |
Initialise une nouvelle instance de la classe RSAOAEPKeyExchangeFormatter avec la clé spécifiée. |
RSAOAEPKeyExchangeFormatter()
Initialise une nouvelle instance de la classe RSAOAEPKeyExchangeFormatter.
public:
RSAOAEPKeyExchangeFormatter();
public RSAOAEPKeyExchangeFormatter ();
Public Sub New ()
Remarques
Utilisez SetKey pour définir la clé avant d’appeler CreateKeyExchange.
Voir aussi
S’applique à
RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm)
Initialise une nouvelle instance de la classe RSAOAEPKeyExchangeFormatter avec la clé spécifiée.
public:
RSAOAEPKeyExchangeFormatter(System::Security::Cryptography::AsymmetricAlgorithm ^ key);
public RSAOAEPKeyExchangeFormatter (System.Security.Cryptography.AsymmetricAlgorithm key);
new System.Security.Cryptography.RSAOAEPKeyExchangeFormatter : System.Security.Cryptography.AsymmetricAlgorithm -> System.Security.Cryptography.RSAOAEPKeyExchangeFormatter
Public Sub New (key As AsymmetricAlgorithm)
Paramètres
Instance de l’algorithme RSA qui contient la clé publique.
Exceptions
key
a la valeur null
.