Windows apps
Collapse the table of content
Expand the table of content
Information
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)

 

Serializes the key information to an XML string by using the specified format.

Namespace:   System.Security.Cryptography
Assembly:  System.Core (in System.Core.dll)

public:
String^ ToXmlString(
	ECKeyXmlFormat format
)

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
Return to top
Show:
© 2017 Microsoft