Język

RSAOAEPKeyExchangeDeformatter Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy RSAOAEPKeyExchangeDeformatter.

Przeciążenia

Nazwa Opis
RSAOAEPKeyExchangeDeformatter()

Inicjuje nowe wystąpienie klasy RSAOAEPKeyExchangeDeformatter.

RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm)

Inicjuje nowe wystąpienie RSAOAEPKeyExchangeDeformatter 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
Źródło:
RSAOAEPKeyExchangeDeformatter.cs

Inicjuje nowe wystąpienie klasy RSAOAEPKeyExchangeDeformatter.

public:
 RSAOAEPKeyExchangeDeformatter();
public RSAOAEPKeyExchangeDeformatter();
Public Sub New ()

Uwagi

Użyj SetKey polecenia , 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
Źródło:
RSAOAEPKeyExchangeDeformatter.cs

Inicjuje nowe wystąpienie RSAOAEPKeyExchangeDeformatter 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 , który przechowuje klucz prywatny.

Wyjątki

Parametr key ma wartość null.

Zobacz też

Dotyczy