RSAOAEPKeyExchangeDeformatter 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 RSAOAEPKeyExchangeDeformatter.
Overload
RSAOAEPKeyExchangeDeformatter() |
Inizializza una nuova istanza della classe RSAOAEPKeyExchangeDeformatter. |
RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm) |
Inizializza una nuova istanza della classe RSAOAEPKeyExchangeDeformatter con la chiave specificata. |
RSAOAEPKeyExchangeDeformatter()
- Origine:
- RSAOAEPKeyExchangeDeformatter.cs
- Origine:
- RSAOAEPKeyExchangeDeformatter.cs
- Origine:
- RSAOAEPKeyExchangeDeformatter.cs
Inizializza una nuova istanza della classe RSAOAEPKeyExchangeDeformatter.
public:
RSAOAEPKeyExchangeDeformatter();
public RSAOAEPKeyExchangeDeformatter ();
Public Sub New ()
Commenti
Usare SetKey per stabilire la chiave prima di chiamare DecryptKeyExchange.
Vedi anche
Si applica a
RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm)
- Origine:
- RSAOAEPKeyExchangeDeformatter.cs
- Origine:
- RSAOAEPKeyExchangeDeformatter.cs
- Origine:
- RSAOAEPKeyExchangeDeformatter.cs
Inizializza una nuova istanza della classe RSAOAEPKeyExchangeDeformatter con la chiave specificata.
public:
RSAOAEPKeyExchangeDeformatter(System::Security::Cryptography::AsymmetricAlgorithm ^ key);
public RSAOAEPKeyExchangeDeformatter (System.Security.Cryptography.AsymmetricAlgorithm key);
new System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter : System.Security.Cryptography.AsymmetricAlgorithm -> System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter
Public Sub New (key As AsymmetricAlgorithm)
Parametri
Istanza dell'algoritmo RSA che contiene la chiave privata.
Eccezioni
key
è null
.