RSAPKCS1KeyExchangeFormatter 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 RSAPKCS1KeyExchangeFormatter.
Przeciążenia
RSAPKCS1KeyExchangeFormatter() |
Inicjuje nowe wystąpienie klasy RSAPKCS1KeyExchangeFormatter. |
RSAPKCS1KeyExchangeFormatter(AsymmetricAlgorithm) |
Inicjuje RSAPKCS1KeyExchangeFormatter nowe wystąpienie klasy przy użyciu określonego klucza. |
RSAPKCS1KeyExchangeFormatter()
Inicjuje nowe wystąpienie klasy RSAPKCS1KeyExchangeFormatter.
public:
RSAPKCS1KeyExchangeFormatter();
public RSAPKCS1KeyExchangeFormatter ();
Public Sub New ()
Uwagi
Użyj SetKey metody , aby ustawić klucz, który ma być używany do wymiany kluczy przed wywołaniem metody CreateKeyExchange.
Zobacz też
Dotyczy
RSAPKCS1KeyExchangeFormatter(AsymmetricAlgorithm)
Inicjuje RSAPKCS1KeyExchangeFormatter nowe wystąpienie klasy przy użyciu określonego klucza.
public:
RSAPKCS1KeyExchangeFormatter(System::Security::Cryptography::AsymmetricAlgorithm ^ key);
public RSAPKCS1KeyExchangeFormatter (System.Security.Cryptography.AsymmetricAlgorithm key);
new System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter : System.Security.Cryptography.AsymmetricAlgorithm -> System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter
Public Sub New (key As AsymmetricAlgorithm)
Parametry
Wystąpienie algorytmu RSA zawierającego klucz publiczny.
Wyjątki
key
to null
.