The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ECDsaCng::ToXmlString Method (ECKeyXmlFormat)
.NET Framework (current version)
Serializes the key information to an XML string by using the specified format.
Assembly: System.Core (in System.Core.dll)
Parameters
- format
-
Type:
System.Security.Cryptography::ECKeyXmlFormat
One of the enumeration values that specifies the format of the XML string. The only currently accepted format is Rfc4050.
Return Value
Type: System::String^A string object that contains the key information, serialized to an XML string according to the requested format.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | format specifies an invalid format. The only accepted value is Rfc4050. |
| CryptographicException | All other errors. |
.NET Framework
Available since 3.5
Available since 3.5
Show: