RSAOAEPKeyExchangeFormatter Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe RSAOAEPKeyExchangeFormatter.
Sobrecargas
RSAOAEPKeyExchangeFormatter() |
Inicializa uma nova instância da classe RSAOAEPKeyExchangeFormatter. |
RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm) |
Inicializa uma nova instância da classe RSAOAEPKeyExchangeFormatter 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 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
A instância do algoritmo RSA que contém a chave pública.
Exceções
key
é null
.