8 references to ECKeyXmlFormat
System.Core (8)
System\Security\Cryptography\ECDiffieHellmanCng.cs (4)
572public void FromXmlString(string xml, ECKeyXmlFormat format) { 576if (format != ECKeyXmlFormat.Rfc4050) { 602public string ToXmlString(ECKeyXmlFormat format) { 605if (format != ECKeyXmlFormat.Rfc4050) {
System\Security\Cryptography\ECDsaCng.cs (4)
236public void FromXmlString(string xml, ECKeyXmlFormat format) { 240if (format != ECKeyXmlFormat.Rfc4050) { 341public string ToXmlString(ECKeyXmlFormat format) { 344if (format != ECKeyXmlFormat.Rfc4050) {