RSAOAEPKeyExchangeFormatter Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy RSAOAEPKeyExchangeFormatter.
Przeciążenia
RSAOAEPKeyExchangeFormatter() |
Inicjuje nowe wystąpienie klasy RSAOAEPKeyExchangeFormatter. |
RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm) |
Inicjuje RSAOAEPKeyExchangeFormatter nowe wystąpienie klasy przy użyciu określonego klucza. |
RSAOAEPKeyExchangeFormatter()
Inicjuje nowe wystąpienie klasy RSAOAEPKeyExchangeFormatter.
public:
RSAOAEPKeyExchangeFormatter();
public RSAOAEPKeyExchangeFormatter ();
Public Sub New ()
Uwagi
Użyj polecenia SetKey , aby ustawić klucz przed wywołaniem metody CreateKeyExchange.
Zobacz też
Dotyczy
RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm)
Inicjuje RSAOAEPKeyExchangeFormatter nowe wystąpienie klasy przy użyciu określonego klucza.
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)
Parametry
Wystąpienie algorytmu RSA zawierającego klucz publiczny.
Wyjątki
key
to null
.