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.

DSA::FromXmlString Method (String^)

 

Reconstructs a DSA object from an XML string.

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

public:
virtual void FromXmlString(
	String^ xmlString
) override

Parameters

xmlString
Type: System::String^

The XML string to use to reconstruct the DSA object.

Exception Condition
ArgumentNullException

The xmlString parameter is null.

CryptographicException

The format of the xmlString parameter is not valid.

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