Bagikan melalui


RSAOAEPKeyExchangeDeformatter Konstruktor

Definisi

Menginisialisasi instans baru kelas RSAOAEPKeyExchangeDeformatter.

Overload

RSAOAEPKeyExchangeDeformatter()

Menginisialisasi instans baru kelas RSAOAEPKeyExchangeDeformatter.

RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm)

Menginisialisasi instans RSAOAEPKeyExchangeDeformatter baru kelas dengan kunci yang ditentukan.

RSAOAEPKeyExchangeDeformatter()

Sumber:
RSAOAEPKeyExchangeDeformatter.cs
Sumber:
RSAOAEPKeyExchangeDeformatter.cs
Sumber:
RSAOAEPKeyExchangeDeformatter.cs

Menginisialisasi instans baru kelas RSAOAEPKeyExchangeDeformatter.

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

Keterangan

Gunakan SetKey untuk membuat kunci sebelum memanggil DecryptKeyExchange.

Lihat juga

Berlaku untuk

RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm)

Sumber:
RSAOAEPKeyExchangeDeformatter.cs
Sumber:
RSAOAEPKeyExchangeDeformatter.cs
Sumber:
RSAOAEPKeyExchangeDeformatter.cs

Menginisialisasi instans RSAOAEPKeyExchangeDeformatter baru kelas dengan kunci yang ditentukan.

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)

Parameter

key
AsymmetricAlgorithm

Instans RSA algoritma yang menyimpan kunci privat.

Pengecualian

keyadalah null.

Lihat juga

Berlaku untuk