ECDiffieHellmanCngPublicKey.ToXmlString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Serializes the ECDiffieHellmanCngPublicKey public key to an XML string in RFC 4050 format.
public:
override System::String ^ ToXmlString();
public override string ToXmlString ();
override this.ToXmlString : unit -> string
Public Overrides Function ToXmlString () As String
Returns
An XML string that contains the serialized ECDiffieHellmanCngPublicKey public key.
Remarks
See ECKeyXmlFormat.Rfc4050 for information about the XML format that this method uses.