System::Security::Cryptography::RSA::ExportParameters メソッド
RSA::ExportParameters method
すべてのパラメータをエクスポートします。
virtual RSAParameters System::Security::Cryptography::RSA::ExportParameters(bool include_private_parameters)=0
| パラメーター | 型 | 説明 |
|---|---|---|
| include_private_parameters | bool | プライベートとパブリックの両方のパラメータをエクスポートする場合は true、パブリックパラメータのみをエクスポートする場合は false を指定します。 |
ReturnValue
エクスポートされたパラメータ構造体。
参照
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++