RSAOAEPKeyExchangeDeformatter Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da RSAOAEPKeyExchangeDeformatter classe.
Sobrecargas
| Name | Descrição |
|---|---|
| RSAOAEPKeyExchangeDeformatter() |
Inicializa uma nova instância da RSAOAEPKeyExchangeDeformatter classe. |
| RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm) |
Inicializa uma nova instância da RSAOAEPKeyExchangeDeformatter classe com a chave especificada. |
RSAOAEPKeyExchangeDeformatter()
Inicializa uma nova instância da RSAOAEPKeyExchangeDeformatter classe.
public:
RSAOAEPKeyExchangeDeformatter();
public RSAOAEPKeyExchangeDeformatter();
Public Sub New ()
Observações
Use SetKey para estabelecer a chave antes de chamar DecryptKeyExchange.
Ver também
Aplica-se a
RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm)
Inicializa uma nova instância da RSAOAEPKeyExchangeDeformatter classe com a chave especificada.
public:
RSAOAEPKeyExchangeDeformatter(System::Security::Cryptography::AsymmetricAlgorithm ^ key);
public RSAOAEPKeyExchangeDeformatter(System.Security.Cryptography.AsymmetricAlgorithm key);
new System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter : System.Security.Cryptography.AsymmetricAlgorithm -> System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter
Public Sub New (key As AsymmetricAlgorithm)
Parâmetros
A instância do RSA algoritmo que detém a chave privada.
Exceções
key é null.