Udostępnij za pośrednictwem


RSAOAEPKeyExchangeFormatter Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy RSAOAEPKeyExchangeFormatter.

Przeciążenia

RSAOAEPKeyExchangeFormatter()

Inicjuje nowe wystąpienie klasy RSAOAEPKeyExchangeFormatter.

RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm)

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

RSAOAEPKeyExchangeFormatter()

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

Inicjuje nowe wystąpienie klasy RSAOAEPKeyExchangeFormatter.

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

Uwagi

Użyj polecenia SetKey , aby ustawić klucz przed wywołaniem metody CreateKeyExchange.

Zobacz też

Dotyczy

RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm)

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

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

public:
 RSAOAEPKeyExchangeFormatter(System::Security::Cryptography::AsymmetricAlgorithm ^ key);
public RSAOAEPKeyExchangeFormatter (System.Security.Cryptography.AsymmetricAlgorithm key);
new System.Security.Cryptography.RSAOAEPKeyExchangeFormatter : System.Security.Cryptography.AsymmetricAlgorithm -> System.Security.Cryptography.RSAOAEPKeyExchangeFormatter
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