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

ECDsaBotan::ExportParameters method

名前付きまたは明示的なパラメータをエクスポートします。

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

ReturnValue

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

参照