RSAOAEPKeyExchangeFormatter Construtores

Definição

Inicializa uma nova instância da classe RSAOAEPKeyExchangeFormatter.Initializes a new instance of the RSAOAEPKeyExchangeFormatter class.

Sobrecargas

RSAOAEPKeyExchangeFormatter()

Inicializa uma nova instância da classe RSAOAEPKeyExchangeFormatter.Initializes a new instance of the RSAOAEPKeyExchangeFormatter class.

RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm)

Inicializa uma nova instância da classe RSAOAEPKeyExchangeFormatter com a chave especificada.Initializes a new instance of the RSAOAEPKeyExchangeFormatter class with the specified key.

RSAOAEPKeyExchangeFormatter()

Inicializa uma nova instância da classe RSAOAEPKeyExchangeFormatter.Initializes a new instance of the RSAOAEPKeyExchangeFormatter class.

public:
 RSAOAEPKeyExchangeFormatter();
public RSAOAEPKeyExchangeFormatter ();
Public Sub New ()

Comentários

Use SetKey para definir a chave antes de chamar CreateKeyExchange .Use SetKey to set the key before calling CreateKeyExchange.

Aplica-se a

RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm)

Inicializa uma nova instância da classe RSAOAEPKeyExchangeFormatter com a chave especificada.Initializes a new instance of the RSAOAEPKeyExchangeFormatter class with the specified key.

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 algoritmo RSA que contém a chave pública.The instance of the RSA algorithm that holds the public key.

Exceções

key é null.key is null.

Aplica-se a