System::Security::Cryptography::RSACryptoServiceProvider::RSACryptoServiceProvider コンストラクタ
コンテンツ
[
隠れる
]RSACryptoServiceProvider::RSACryptoServiceProvider() constructor
RTTI 情報。
System::Security::Cryptography::RSACryptoServiceProvider::RSACryptoServiceProvider()
備考
コンストラクタ。デフォルトパラメータを使用します。
参照
- Class RSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
RSACryptoServiceProvider::RSACryptoServiceProvider(const RSAParameters&) constructor
コンストラクタ。
System::Security::Cryptography::RSACryptoServiceProvider::RSACryptoServiceProvider(const RSAParameters ¶meters)
| パラメーター | 型 | 説明 |
|---|---|---|
| パラメーター | const RSAParameters& | アルゴリズムパラメータ。 |
参照
- Class RSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
RSACryptoServiceProvider::RSACryptoServiceProvider(const SharedPtr<CspParameters>&) constructor
コンストラクタ。未実装です。
System::Security::Cryptography::RSACryptoServiceProvider::RSACryptoServiceProvider(const SharedPtr<CspParameters> ¶meters)
| パラメーター | 型 | 説明 |
|---|---|---|
| パラメーター | const SharedPtr<CspParameters>& | アルゴリズムパラメータ。 |
参照
- Typedef SharedPtr
- Class CspParameters
- Class RSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
RSACryptoServiceProvider::RSACryptoServiceProvider(int32_t) constructor
コンストラクタ。
System::Security::Cryptography::RSACryptoServiceProvider::RSACryptoServiceProvider(int32_t key_size)
| パラメーター | 型 | 説明 |
|---|---|---|
| key_size | int32_t | ビット単位のキーサイズ。 |
参照
- Class RSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
RSACryptoServiceProvider::RSACryptoServiceProvider(int32_t, const SharedPtr<CspParameters>&) constructor
コンストラクタ。未実装です。
System::Security::Cryptography::RSACryptoServiceProvider::RSACryptoServiceProvider(int32_t key_size, const SharedPtr<CspParameters> ¶meters)
| パラメーター | 型 | 説明 |
|---|---|---|
| key_size | int32_t | ビット単位のキーサイズ。 |
| パラメーター | const SharedPtr<CspParameters>& | アルゴリズムパラメータ。 |
参照
- Typedef SharedPtr
- Class CspParameters
- Class RSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++