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::FromXmlString Method (String^, ECKeyXmlFormat)

 

Deserializes the key information from an XML string by using the specified format.

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

public:
void FromXmlString(
	String^ xml,
	ECKeyXmlFormat format
)

Parameters

xml
Type: System::String^

The XML-based key information to be deserialized.

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.

Exception Condition
ArgumentNullException

xml is null.

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