Share via


RSAOAEPKeyExchangeDeformatter Construtores

Definição

Inicializa uma nova instância da classe RSAOAEPKeyExchangeDeformatter.

Sobrecargas

RSAOAEPKeyExchangeDeformatter()

Inicializa uma nova instância da classe RSAOAEPKeyExchangeDeformatter.

RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm)

Inicializa uma nova instância da classe RSAOAEPKeyExchangeDeformatter com a chave especificada.

RSAOAEPKeyExchangeDeformatter()

Origem:
RSAOAEPKeyExchangeDeformatter.cs
Origem:
RSAOAEPKeyExchangeDeformatter.cs
Origem:
RSAOAEPKeyExchangeDeformatter.cs

Inicializa uma nova instância da classe RSAOAEPKeyExchangeDeformatter.

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

Comentários

Use SetKey para estabelecer a chave antes de chamar DecryptKeyExchange.

Confira também

Aplica-se a

RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm)

Origem:
RSAOAEPKeyExchangeDeformatter.cs
Origem:
RSAOAEPKeyExchangeDeformatter.cs
Origem:
RSAOAEPKeyExchangeDeformatter.cs

Inicializa uma nova instância da classe RSAOAEPKeyExchangeDeformatter com a chave 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

A instância do algoritmo RSA que contém a chave privada.

Exceções

key é null.

Confira também

Aplica-se a