RSAOAEPKeyExchangeDeformatter 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 RSAOAEPKeyExchangeDeformatter.
Przeciążenia
RSAOAEPKeyExchangeDeformatter() |
Inicjuje nowe wystąpienie klasy RSAOAEPKeyExchangeDeformatter. |
RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm) |
Inicjuje RSAOAEPKeyExchangeDeformatter nowe wystąpienie klasy przy użyciu określonego klucza. |
RSAOAEPKeyExchangeDeformatter()
Inicjuje nowe wystąpienie klasy RSAOAEPKeyExchangeDeformatter.
public:
RSAOAEPKeyExchangeDeformatter();
public RSAOAEPKeyExchangeDeformatter ();
Public Sub New ()
Uwagi
Użyj polecenia SetKey , aby ustanowić klucz przed wywołaniem metody DecryptKeyExchange.
Zobacz też
Dotyczy
RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm)
Inicjuje RSAOAEPKeyExchangeDeformatter nowe wystąpienie klasy przy użyciu określonego klucza.
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)
Parametry
Wystąpienie algorytmu RSA zawierającego klucz prywatny.
Wyjątki
key
to null
.