RSAOAEPKeyExchangeFormatter 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 RSAOAEPKeyExchangeFormatter.
Overload
RSAOAEPKeyExchangeFormatter() |
Inizializza una nuova istanza della classe RSAOAEPKeyExchangeFormatter. |
RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm) |
Inizializza una nuova istanza della classe RSAOAEPKeyExchangeFormatter con la chiave specificata. |
RSAOAEPKeyExchangeFormatter()
- Origine:
- RSAOAEPKeyExchangeFormatter.cs
- Origine:
- RSAOAEPKeyExchangeFormatter.cs
- Origine:
- RSAOAEPKeyExchangeFormatter.cs
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)
- Origine:
- RSAOAEPKeyExchangeFormatter.cs
- Origine:
- RSAOAEPKeyExchangeFormatter.cs
- Origine:
- RSAOAEPKeyExchangeFormatter.cs
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
Istanza dell'algoritmo RSA che contiene la chiave pubblica.
Eccezioni
key
è null
.