Partilhar via


RSAOAEPKeyExchangeFormatter Construtores

Definição

Inicializa uma nova instância da classe RSAOAEPKeyExchangeFormatter.

Sobrecargas

Nome Description
RSAOAEPKeyExchangeFormatter()

Inicializa uma nova instância da classe RSAOAEPKeyExchangeFormatter.

RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm)

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

RSAOAEPKeyExchangeFormatter()

Origem:
RSAOAEPKeyExchangeFormatter.cs
Origem:
RSAOAEPKeyExchangeFormatter.cs
Origem:
RSAOAEPKeyExchangeFormatter.cs
Origem:
RSAOAEPKeyExchangeFormatter.cs

Inicializa uma nova instância da classe RSAOAEPKeyExchangeFormatter.

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

Comentários

Use SetKey para definir a chave antes de chamar CreateKeyExchange.

Confira também

Aplica-se a

RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm)

Origem:
RSAOAEPKeyExchangeFormatter.cs
Origem:
RSAOAEPKeyExchangeFormatter.cs
Origem:
RSAOAEPKeyExchangeFormatter.cs
Origem:
RSAOAEPKeyExchangeFormatter.cs

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

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

Exceções

key é null.

Confira também

Aplica-se a