Język

RSAOAEPKeyExchangeFormatter Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy RSAOAEPKeyExchangeFormatter.

Przeciążenia

Nazwa Opis
RSAOAEPKeyExchangeFormatter()

Inicjuje nowe wystąpienie klasy RSAOAEPKeyExchangeFormatter.

RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm)

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

RSAOAEPKeyExchangeFormatter()

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

Inicjuje nowe wystąpienie RSAOAEPKeyExchangeFormatter 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

Parametr key ma wartość null.

Zobacz też

Dotyczy