RSAPKCS1KeyExchangeDeformatter Constructores

Definición

Inicializa una nueva instancia de la clase RSAPKCS1KeyExchangeDeformatter.

Sobrecargas

RSAPKCS1KeyExchangeDeformatter()

Inicializa una nueva instancia de la clase RSAPKCS1KeyExchangeDeformatter.

RSAPKCS1KeyExchangeDeformatter(AsymmetricAlgorithm)

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

RSAPKCS1KeyExchangeDeformatter()

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

Inicializa una nueva instancia de la clase RSAPKCS1KeyExchangeDeformatter.

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

Comentarios

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

Consulte también

Se aplica a

RSAPKCS1KeyExchangeDeformatter(AsymmetricAlgorithm)

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

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

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)

Parámetros

key
AsymmetricAlgorithm

Instancia del algoritmo RSA que contiene la clave privada.

Excepciones

key es null.

Consulte también

Se aplica a