RSAOAEPKeyExchangeDeformatter Costruttori

Definizione

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

Source:
RSAOAEPKeyExchangeDeformatter.cs
Source:
RSAOAEPKeyExchangeDeformatter.cs
Source:
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)

Source:
RSAOAEPKeyExchangeDeformatter.cs
Source:
RSAOAEPKeyExchangeDeformatter.cs
Source:
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

key
AsymmetricAlgorithm

Istanza dell'algoritmo RSA che contiene la chiave privata.

Eccezioni

key è null.

Vedi anche

Si applica a