RSAOAEPKeyExchangeFormatter Constructores

Definición

Inicializa una nueva instancia de la clase RSAOAEPKeyExchangeFormatter.

Sobrecargas

RSAOAEPKeyExchangeFormatter()

Inicializa una nueva instancia de la clase RSAOAEPKeyExchangeFormatter.

RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm)

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

RSAOAEPKeyExchangeFormatter()

Inicializa una nueva instancia de la clase RSAOAEPKeyExchangeFormatter.

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

Comentarios

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

Consulte también

Se aplica a

RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm)

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

public:
 RSAOAEPKeyExchangeFormatter(System::Security::Cryptography::AsymmetricAlgorithm ^ key);
public RSAOAEPKeyExchangeFormatter (System.Security.Cryptography.AsymmetricAlgorithm key);
new System.Security.Cryptography.RSAOAEPKeyExchangeFormatter : System.Security.Cryptography.AsymmetricAlgorithm -> System.Security.Cryptography.RSAOAEPKeyExchangeFormatter
Public Sub New (key As AsymmetricAlgorithm)

Parámetros

key
AsymmetricAlgorithm

Instancia del algoritmo RSA que contiene la clave pública.

Excepciones

key es null.

Consulte también

Se aplica a