System::Security::Cryptography::RSA::ExportParameters メソッド

RSA::ExportParameters method

すべてのパラメータをエクスポートします。

virtual RSAParameters System::Security::Cryptography::RSA::ExportParameters(bool include_private_parameters)=0
パラメーター説明
include_private_parametersboolプライベートとパブリックの両方のパラメータをエクスポートする場合は true、パブリックパラメータのみをエクスポートする場合は false を指定します。

ReturnValue

エクスポートされたパラメータ構造体。

参照