RSAPKCS1KeyExchangeDeformatter Construtores

Definição

Inicializa uma nova instância da RSAPKCS1KeyExchangeDeformatter classe.

Sobrecargas

Name Description
RSAPKCS1KeyExchangeDeformatter()

Inicializa uma nova instância da RSAPKCS1KeyExchangeDeformatter classe.

RSAPKCS1KeyExchangeDeformatter(AsymmetricAlgorithm)

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

RSAPKCS1KeyExchangeDeformatter()

Origem:
RSAPKCS1KeyExchangeDeformatter.cs
Origem:
RSAPKCS1KeyExchangeDeformatter.cs
Origem:
RSAPKCS1KeyExchangeDeformatter.cs
Origem:
RSAPKCS1KeyExchangeDeformatter.cs
Origem:
RSAPKCS1KeyExchangeDeformatter.cs

Inicializa uma nova instância da RSAPKCS1KeyExchangeDeformatter classe.

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

Observações

Use SetKey para estabelecer a chave antes de chamar DecryptKeyExchange.

Ver também

Aplica-se a

RSAPKCS1KeyExchangeDeformatter(AsymmetricAlgorithm)

Origem:
RSAPKCS1KeyExchangeDeformatter.cs
Origem:
RSAPKCS1KeyExchangeDeformatter.cs
Origem:
RSAPKCS1KeyExchangeDeformatter.cs
Origem:
RSAPKCS1KeyExchangeDeformatter.cs
Origem:
RSAPKCS1KeyExchangeDeformatter.cs

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

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

Exceções

key é null.

Ver também

Aplica-se a