RSAOAEPKeyExchangeFormatter Costruttori

Definizione

Inizializza una nuova istanza della classe RSAOAEPKeyExchangeFormatter.

Overload

RSAOAEPKeyExchangeFormatter()

Inizializza una nuova istanza della classe RSAOAEPKeyExchangeFormatter.

RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm)

Inizializza una nuova istanza della classe RSAOAEPKeyExchangeFormatter con la chiave specificata.

RSAOAEPKeyExchangeFormatter()

Inizializza una nuova istanza della classe RSAOAEPKeyExchangeFormatter.

public:
 RSAOAEPKeyExchangeFormatter();
public RSAOAEPKeyExchangeFormatter ();
Public Sub New ()

Commenti

Usare SetKey per impostare la chiave prima di chiamare CreateKeyExchange.

Vedi anche

Si applica a

RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm)

Inizializza una nuova istanza della classe RSAOAEPKeyExchangeFormatter con la chiave specificata.

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)

Parametri

key
AsymmetricAlgorithm

Istanza dell'algoritmo RSA che contiene la chiave pubblica.

Eccezioni

key è null.

Vedi anche

Si applica a