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