RSAPKCS1KeyExchangeFormatter 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 RSAPKCS1KeyExchangeFormatter.
Sobrecargas
RSAPKCS1KeyExchangeFormatter() |
Inicializa uma nova instância da classe RSAPKCS1KeyExchangeFormatter. |
RSAPKCS1KeyExchangeFormatter(AsymmetricAlgorithm) |
Inicializa uma nova instância da classe RSAPKCS1KeyExchangeFormatter com a chave especificada. |
RSAPKCS1KeyExchangeFormatter()
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)
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
A instância do algoritmo RSA que contém a chave pública.
Exceções
key
é null
.