RSAOAEPKeyExchangeFormatter Constructores

Definición

Inicializa una nueva instancia de la clase RSAOAEPKeyExchangeFormatter.

Sobrecargas

Nombre Description
RSAOAEPKeyExchangeFormatter()

Inicializa una nueva instancia de la clase RSAOAEPKeyExchangeFormatter.

RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm)

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

RSAOAEPKeyExchangeFormatter()

Source:
RSAOAEPKeyExchangeFormatter.cs
Source:
RSAOAEPKeyExchangeFormatter.cs
Source:
RSAOAEPKeyExchangeFormatter.cs
Source:
RSAOAEPKeyExchangeFormatter.cs
Source:
RSAOAEPKeyExchangeFormatter.cs

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)

Source:
RSAOAEPKeyExchangeFormatter.cs
Source:
RSAOAEPKeyExchangeFormatter.cs
Source:
RSAOAEPKeyExchangeFormatter.cs
Source:
RSAOAEPKeyExchangeFormatter.cs
Source:
RSAOAEPKeyExchangeFormatter.cs

Inicializa una nueva instancia de la RSAOAEPKeyExchangeFormatter clase 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 RSA algoritmo que contiene la clave pública.

Excepciones

key es null.

Consulte también

Se aplica a