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