System::Security::Cryptography::RSACryptoServiceProvider::RSACryptoServiceProvider منشئ

RSACryptoServiceProvider::RSACryptoServiceProvider() constructor

معلومات RTTI.

System::Security::Cryptography::RSACryptoServiceProvider::RSACryptoServiceProvider()

ملاحظات

منشئ. يستخدم المعلمات الافتراضية.

انظر أيضًا

RSACryptoServiceProvider::RSACryptoServiceProvider(const RSAParameters&) constructor

المُنشئ.

System::Security::Cryptography::RSACryptoServiceProvider::RSACryptoServiceProvider(const RSAParameters &parameters)
معاملنوعالوصف
معلماتconst RSAParameters&معلمات الخوارزمية.

انظر أيضًا

RSACryptoServiceProvider::RSACryptoServiceProvider(const SharedPtr<CspParameters>&) constructor

منشئ. غير مُنفّذ.

System::Security::Cryptography::RSACryptoServiceProvider::RSACryptoServiceProvider(const SharedPtr<CspParameters> &parameters)
معاملنوعالوصف
معلماتconst SharedPtr<CspParameters>&معلمات الخوارزمية.

انظر أيضًا

RSACryptoServiceProvider::RSACryptoServiceProvider(int32_t) constructor

المُنشئ.

System::Security::Cryptography::RSACryptoServiceProvider::RSACryptoServiceProvider(int32_t key_size)
معاملنوعالوصف
key_sizeint32_tحجم المفتاح بالبتات.

انظر أيضًا

RSACryptoServiceProvider::RSACryptoServiceProvider(int32_t, const SharedPtr<CspParameters>&) constructor

منشئ. غير مُنفّذ.

System::Security::Cryptography::RSACryptoServiceProvider::RSACryptoServiceProvider(int32_t key_size, const SharedPtr<CspParameters> &parameters)
معاملنوعالوصف
key_sizeint32_tحجم المفتاح بالبتات.
معلماتconst SharedPtr<CspParameters>&معلمات الخوارزمية.

انظر أيضًا