System::Security::Cryptography::ECDsaBotan::ToXmlString メソッド
ECDsaBotan::ToXmlString(bool) method
すべてのパラメータを XML 形式でエクスポートします。未実装です。
String System::Security::Cryptography::ECDsaBotan::ToXmlString(bool include_private_parameters) override
| パラメーター | 型 | 説明 |
|---|---|---|
| include_private_parameters | bool | プライベートとパブリックの両方のパラメータをエクスポートする場合は true、パブリックパラメータのみをエクスポートする場合は false を指定します。 |
ReturnValue
XML エンコードされたパラメータ。
参照
- Class String
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::ToXmlString(ECKeyXmlFormat) method
XML 形式ですべてのパラメータをエクスポートします。
String System::Security::Cryptography::ECDsaBotan::ToXmlString(ECKeyXmlFormat format)
| パラメーター | 型 | 説明 |
|---|---|---|
| フォーマット | ECKeyXmlFormat | 結果の XML 文字列の形式です。 |
ReturnValue
XML エンコードされたパラメータ。
参照
- Class String
- Enum ECKeyXmlFormat
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++