RSAPKCS1KeyExchangeDeformatter Costruttori

Definizione

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()

Source:
RSAPKCS1KeyExchangeDeformatter.cs
Source:
RSAPKCS1KeyExchangeDeformatter.cs
Source:
RSAPKCS1KeyExchangeDeformatter.cs

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)

Source:
RSAPKCS1KeyExchangeDeformatter.cs
Source:
RSAPKCS1KeyExchangeDeformatter.cs
Source:
RSAPKCS1KeyExchangeDeformatter.cs

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

key
AsymmetricAlgorithm

Istanza dell'algoritmo RSA che contiene la chiave privata.

Eccezioni

key è null.

Vedi anche

Si applica a