Metode System::Security::Cryptography::ECDsaBotan::ToXmlString

ECDsaBotan::ToXmlString(bool) method

Mengekspor semua parameter dalam format XML. Tidak diimplementasikan.

String System::Security::Cryptography::ECDsaBotan::ToXmlString(bool include_private_parameters) override
ParameterTipeDeskripsi
include_private_parametersboolTrue untuk mengekspor parameter pribadi dan publik, false untuk mengekspor hanya parameter publik.

ReturnValue

Parameter yang dienkode XML.

Lihat Juga

ECDsaBotan::ToXmlString(ECKeyXmlFormat) method

Mengekspor semua parameter dalam format XML.

String System::Security::Cryptography::ECDsaBotan::ToXmlString(ECKeyXmlFormat format)
ParameterTipeDeskripsi
formatECKeyXmlFormatFormat string XML hasil.

ReturnValue

Parameter yang dienkode XML.

Lihat Juga