Udostępnij za pośrednictwem


RSAPKCS1KeyExchangeFormatter Konstruktory

Definicja

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()

Źródło:
RSAPKCS1KeyExchangeFormatter.cs
Źródło:
RSAPKCS1KeyExchangeFormatter.cs
Źródło:
RSAPKCS1KeyExchangeFormatter.cs

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)

Źródło:
RSAPKCS1KeyExchangeFormatter.cs
Źródło:
RSAPKCS1KeyExchangeFormatter.cs
Źródło:
RSAPKCS1KeyExchangeFormatter.cs

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

key
AsymmetricAlgorithm

Wystąpienie algorytmu RSA zawierającego klucz publiczny.

Wyjątki

key to null.

Zobacz też

Dotyczy