Share via


RSAOAEPKeyExchangeFormatter Konstruktor

Definisi

Menginisialisasi instans baru kelas RSAOAEPKeyExchangeFormatter.

Overload

RSAOAEPKeyExchangeFormatter()

Menginisialisasi instans baru kelas RSAOAEPKeyExchangeFormatter.

RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm)

Menginisialisasi instans RSAOAEPKeyExchangeFormatter baru kelas dengan kunci yang ditentukan.

RSAOAEPKeyExchangeFormatter()

Sumber:
RSAOAEPKeyExchangeFormatter.cs
Sumber:
RSAOAEPKeyExchangeFormatter.cs
Sumber:
RSAOAEPKeyExchangeFormatter.cs

Menginisialisasi instans baru kelas RSAOAEPKeyExchangeFormatter.

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

Keterangan

Gunakan SetKey untuk mengatur kunci sebelum memanggil CreateKeyExchange.

Lihat juga

Berlaku untuk

RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm)

Sumber:
RSAOAEPKeyExchangeFormatter.cs
Sumber:
RSAOAEPKeyExchangeFormatter.cs
Sumber:
RSAOAEPKeyExchangeFormatter.cs

Menginisialisasi instans RSAOAEPKeyExchangeFormatter baru kelas dengan kunci yang ditentukan.

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)

Parameter

key
AsymmetricAlgorithm

Instans RSA algoritma yang menyimpan kunci publik.

Pengecualian

keyadalah null.

Lihat juga

Berlaku untuk