Udostępnij za pośrednictwem


RSAPKCS1KeyExchangeDeformatter Konstruktory

Definicja

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

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

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)

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

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

key
AsymmetricAlgorithm

Wystąpienie algorytmu RSA zawierającego klucz prywatny.

Wyjątki

key to null.

Zobacz też

Dotyczy