Udostępnij przez


RSAOAEPKeyExchangeDeformatter Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy RSAOAEPKeyExchangeDeformatter.

Przeciążenia

Nazwa Opis
RSAOAEPKeyExchangeDeformatter()

Inicjuje nowe wystąpienie klasy RSAOAEPKeyExchangeDeformatter.

RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm)

Inicjuje RSAOAEPKeyExchangeDeformatter nowe wystąpienie klasy przy użyciu określonego klucza.

RSAOAEPKeyExchangeDeformatter()

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

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)

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

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

key
AsymmetricAlgorithm

Wystąpienie algorytmu RSA zawierającego klucz prywatny.

Wyjątki

key to null.

Zobacz też

Dotyczy