RSAOAEPKeyExchangeDeformatter Constructores

Definición

Inicializa una nueva instancia de la clase RSAOAEPKeyExchangeDeformatter.

Sobrecargas

RSAOAEPKeyExchangeDeformatter()

Inicializa una nueva instancia de la clase RSAOAEPKeyExchangeDeformatter.

RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm)

Inicializa una nueva instancia de la clase RSAOAEPKeyExchangeDeformatter con la clave especificada.

RSAOAEPKeyExchangeDeformatter()

Source:
RSAOAEPKeyExchangeDeformatter.cs
Source:
RSAOAEPKeyExchangeDeformatter.cs
Source:
RSAOAEPKeyExchangeDeformatter.cs

Inicializa una nueva instancia de la clase RSAOAEPKeyExchangeDeformatter.

public:
 RSAOAEPKeyExchangeDeformatter();
public RSAOAEPKeyExchangeDeformatter ();
Public Sub New ()

Comentarios

Use SetKey para establecer la clave antes de llamar a DecryptKeyExchange.

Consulte también

Se aplica a

RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm)

Source:
RSAOAEPKeyExchangeDeformatter.cs
Source:
RSAOAEPKeyExchangeDeformatter.cs
Source:
RSAOAEPKeyExchangeDeformatter.cs

Inicializa una nueva instancia de la clase RSAOAEPKeyExchangeDeformatter con la clave especificada.

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)

Parámetros

key
AsymmetricAlgorithm

Instancia del algoritmo RSA que contiene la clave privada.

Excepciones

key es null.

Consulte también

Se aplica a