RSAPKCS1KeyExchangeDeformatter 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 RSAPKCS1KeyExchangeDeformatter.
Sobrecargas
RSAPKCS1KeyExchangeDeformatter() |
Inicializa uma nova instância da classe RSAPKCS1KeyExchangeDeformatter. |
RSAPKCS1KeyExchangeDeformatter(AsymmetricAlgorithm) |
Inicializa uma nova instância da classe RSAPKCS1KeyExchangeDeformatter com a chave especificada. |
RSAPKCS1KeyExchangeDeformatter()
Inicializa uma nova instância da classe RSAPKCS1KeyExchangeDeformatter.
public:
RSAPKCS1KeyExchangeDeformatter();
public RSAPKCS1KeyExchangeDeformatter ();
Public Sub New ()
Comentários
Use SetKey para estabelecer a chave antes de chamar DecryptKeyExchange.
Confira também
Aplica-se a
RSAPKCS1KeyExchangeDeformatter(AsymmetricAlgorithm)
Inicializa uma nova instância da classe RSAPKCS1KeyExchangeDeformatter com a chave especificada.
public:
RSAPKCS1KeyExchangeDeformatter(System::Security::Cryptography::AsymmetricAlgorithm ^ key);
public RSAPKCS1KeyExchangeDeformatter (System.Security.Cryptography.AsymmetricAlgorithm key);
new System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter : System.Security.Cryptography.AsymmetricAlgorithm -> System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter
Public Sub New (key As AsymmetricAlgorithm)
Parâmetros
A instância do algoritmo RSA que contém a chave privada.
Exceções
key
é null
.