6 references to ECKeyXmlFormat
System.Core (1)
System.Core.cs (1)
226[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.ECKeyXmlFormat))]
System.Security.Cryptography (4)
System\Security\Cryptography\ECDiffieHellmanCng.Xml.cs (2)
9public void FromXmlString(string xml, ECKeyXmlFormat format) 15public string ToXmlString(ECKeyXmlFormat format)
System\Security\Cryptography\ECDsaCng.cs (2)
193public void FromXmlString(string xml, ECKeyXmlFormat format) 206public string ToXmlString(ECKeyXmlFormat format)
System.Security.Cryptography.Cng (1)
System.Security.Cryptography.Cng.cs (1)
30[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.ECKeyXmlFormat))]