RSAPKCS1KeyExchangeDeformatter Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menginisialisasi instans baru kelas RSAPKCS1KeyExchangeDeformatter.
Overload
RSAPKCS1KeyExchangeDeformatter() |
Menginisialisasi instans baru kelas RSAPKCS1KeyExchangeDeformatter. |
RSAPKCS1KeyExchangeDeformatter(AsymmetricAlgorithm) |
Menginisialisasi instans RSAPKCS1KeyExchangeDeformatter baru kelas dengan kunci yang ditentukan. |
RSAPKCS1KeyExchangeDeformatter()
Menginisialisasi instans baru kelas RSAPKCS1KeyExchangeDeformatter.
public:
RSAPKCS1KeyExchangeDeformatter();
public RSAPKCS1KeyExchangeDeformatter ();
Public Sub New ()
Keterangan
Gunakan SetKey untuk membuat kunci sebelum memanggil DecryptKeyExchange.
Lihat juga
Berlaku untuk
RSAPKCS1KeyExchangeDeformatter(AsymmetricAlgorithm)
Menginisialisasi instans RSAPKCS1KeyExchangeDeformatter baru kelas dengan kunci yang ditentukan.
public:
RSAPKCS1KeyExchangeDeformatter(System::Security::Cryptography::AsymmetricAlgorithm ^ key);
public RSAPKCS1KeyExchangeDeformatter (System.Security.Cryptography.AsymmetricAlgorithm key);
new System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter : System.Security.Cryptography.AsymmetricAlgorithm -> System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter
Public Sub New (key As AsymmetricAlgorithm)
Parameter
Instans RSA algoritma yang menyimpan kunci privat.
Pengecualian
key
adalah null
.