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

DSA::ExportParameters method

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

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

ReturnValue

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

参照