Bagikan melalui


RSAPKCS1KeyExchangeFormatter Konstruktor

Definisi

Menginisialisasi instans baru kelas RSAPKCS1KeyExchangeFormatter.

Overload

RSAPKCS1KeyExchangeFormatter()

Menginisialisasi instans baru kelas RSAPKCS1KeyExchangeFormatter.

RSAPKCS1KeyExchangeFormatter(AsymmetricAlgorithm)

Menginisialisasi instans RSAPKCS1KeyExchangeFormatter baru kelas dengan kunci yang ditentukan.

RSAPKCS1KeyExchangeFormatter()

Sumber:
RSAPKCS1KeyExchangeFormatter.cs
Sumber:
RSAPKCS1KeyExchangeFormatter.cs
Sumber:
RSAPKCS1KeyExchangeFormatter.cs

Menginisialisasi instans baru kelas RSAPKCS1KeyExchangeFormatter.

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

Keterangan

Gunakan SetKey metode untuk mengatur kunci yang akan digunakan untuk pertukaran kunci sebelum memanggil CreateKeyExchange.

Lihat juga

Berlaku untuk

RSAPKCS1KeyExchangeFormatter(AsymmetricAlgorithm)

Sumber:
RSAPKCS1KeyExchangeFormatter.cs
Sumber:
RSAPKCS1KeyExchangeFormatter.cs
Sumber:
RSAPKCS1KeyExchangeFormatter.cs

Menginisialisasi instans RSAPKCS1KeyExchangeFormatter baru kelas dengan kunci yang ditentukan.

public:
 RSAPKCS1KeyExchangeFormatter(System::Security::Cryptography::AsymmetricAlgorithm ^ key);
public RSAPKCS1KeyExchangeFormatter (System.Security.Cryptography.AsymmetricAlgorithm key);
new System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter : System.Security.Cryptography.AsymmetricAlgorithm -> System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter
Public Sub New (key As AsymmetricAlgorithm)

Parameter

key
AsymmetricAlgorithm

Instans RSA algoritma yang menyimpan kunci publik.

Pengecualian

keyadalah null.

Lihat juga

Berlaku untuk