System::Security::Cryptography::ECDsa::ExportExplicitParameters メソッド

ECDsa::ExportExplicitParameters method

明示的なパラメータをエクスポートします。

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

ReturnValue

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

参照