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^)

 

This method is not implemented.

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

public:
virtual void FromXmlString(
	String^ xmlString
) override

Parameters

xmlString
Type: System::String^

The XML-based key information to be deserialized.

Exception Condition
NotImplementedException

This method was not overridden for this instance.

To deserialize an XML key, use the FromXmlString(String^, ECKeyXmlFormat) overload instead.

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft