Compartilhar via


RSAPKCS1KeyExchangeFormatter Construtores

Definição

Inicializa uma nova instância da classe RSAPKCS1KeyExchangeFormatter.

Sobrecargas

Nome Description
RSAPKCS1KeyExchangeFormatter()

Inicializa uma nova instância da classe RSAPKCS1KeyExchangeFormatter.

RSAPKCS1KeyExchangeFormatter(AsymmetricAlgorithm)

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

RSAPKCS1KeyExchangeFormatter()

Origem:
RSAPKCS1KeyExchangeFormatter.cs
Origem:
RSAPKCS1KeyExchangeFormatter.cs
Origem:
RSAPKCS1KeyExchangeFormatter.cs
Origem:
RSAPKCS1KeyExchangeFormatter.cs

Inicializa uma nova instância da classe RSAPKCS1KeyExchangeFormatter.

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

Comentários

Use SetKey o método para definir a chave a ser usada para troca de chaves antes de chamar CreateKeyExchange.

Confira também

Aplica-se a

RSAPKCS1KeyExchangeFormatter(AsymmetricAlgorithm)

Origem:
RSAPKCS1KeyExchangeFormatter.cs
Origem:
RSAPKCS1KeyExchangeFormatter.cs
Origem:
RSAPKCS1KeyExchangeFormatter.cs
Origem:
RSAPKCS1KeyExchangeFormatter.cs

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

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

Parâmetros

key
AsymmetricAlgorithm

A instância do algoritmo RSA que contém a chave pública.

Exceções

key é null.

Confira também

Aplica-se a