System::Security::Cryptography::ECDsaBotan::FromXmlString method
ECDsaBotan::FromXmlString(const String&, ECKeyXmlFormat) method
Initializes object using XML-encoded parameters. Not implemented.
void System::Security::Cryptography::ECDsaBotan::FromXmlString(const String &xml_string, ECKeyXmlFormat format)
Parameter | Type | Description |
---|---|---|
xml_string | const String& | Parameters in XML format. |
format | ECKeyXmlFormat | Format of the XML string. |
See Also
- Class String
- Enum ECKeyXmlFormat
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++
ECDsaBotan::FromXmlString(String) method
Initializes object using XML-encoded parameters. Not implemented.
void System::Security::Cryptography::ECDsaBotan::FromXmlString(String xml_string) override
Parameter | Type | Description |
---|---|---|
xml_string | String | Parameters in XML format. |
See Also
- Class String
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++