RSAPKCS1KeyExchangeFormatter Costruttori

Definizione

Inizializza una nuova istanza della classe RSAPKCS1KeyExchangeFormatter.

Overload

RSAPKCS1KeyExchangeFormatter()

Inizializza una nuova istanza della classe RSAPKCS1KeyExchangeFormatter.

RSAPKCS1KeyExchangeFormatter(AsymmetricAlgorithm)

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

RSAPKCS1KeyExchangeFormatter()

Inizializza una nuova istanza della classe RSAPKCS1KeyExchangeFormatter.

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

Commenti

Utilizzare SetKey il metodo per impostare la chiave da usare per lo scambio di chiavi prima di chiamare CreateKeyExchange.

Vedi anche

Si applica a

RSAPKCS1KeyExchangeFormatter(AsymmetricAlgorithm)

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

public:
 RSAPKCS1KeyExchangeFormatter(System::Security::Cryptography::AsymmetricAlgorithm ^ key);
public RSAPKCS1KeyExchangeFormatter (System.Security.Cryptography.AsymmetricAlgorithm key);
new System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter : System.Security.Cryptography.AsymmetricAlgorithm -> System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter
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