RSAPKCS1KeyExchangeFormatter Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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()
- Origine:
- RSAPKCS1KeyExchangeFormatter.cs
- Origine:
- RSAPKCS1KeyExchangeFormatter.cs
- Origine:
- RSAPKCS1KeyExchangeFormatter.cs
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)
- Origine:
- RSAPKCS1KeyExchangeFormatter.cs
- Origine:
- RSAPKCS1KeyExchangeFormatter.cs
- Origine:
- RSAPKCS1KeyExchangeFormatter.cs
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
Istanza dell'algoritmo RSA che contiene la chiave pubblica.
Eccezioni
key
è null
.