ECDiffieHellmanCng.ToXmlString Method (ECKeyXmlFormat)
.NET Framework 4.5
Serializes the key information to an XML string by using the specified format.
Namespace: System.Security.Cryptography
Assembly: System.Core (in System.Core.dll)
Parameters
- 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.
Return Value
Type: System.StringA string object that contains the key information, serialized to an XML string, according to the requested format.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | format specifies an invalid format. The only accepted value is Rfc4050. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.