ECDsa.FromXmlString(String) Method

Definition

This method throws in all cases.

public:
 override void FromXmlString(System::String ^ xmlString);
public override void FromXmlString (string xmlString);
override this.FromXmlString : string -> unit
Public Overrides Sub FromXmlString (xmlString As String)

Parameters

xmlString
String

The XML string to use to reconstruct the AsymmetricAlgorithm object.

Exceptions

In all cases.

Applies to