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)
.NET Framework (current version)
Deserializes the key information from an XML string by using the specified format.
Assembly: System.Core (in System.Core.dll)
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
Available since 3.5
Show: