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 RSAOAEPKeyExchangeFormatter classe com a chave especificada.

RSAOAEPKeyExchangeFormatter()

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)

Inicializa uma nova instância da RSAOAEPKeyExchangeFormatter classe 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 RSA algoritmo que contém a chave pública.

Exceções

key é null.

Confira também

Aplica-se a