RSAOAEPKeyExchangeFormatter Constructeurs

Définition

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

Permet SetKey de 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

key
AsymmetricAlgorithm

Instance de l’algorithme RSA qui contient la clé publique.

Exceptions

key a la valeur null.

Voir aussi

S’applique à