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)
9
public void FromXmlString(string xml,
ECKeyXmlFormat
format)
15
public string ToXmlString(
ECKeyXmlFormat
format)
System\Security\Cryptography\ECDsaCng.cs (2)
193
public void FromXmlString(string xml,
ECKeyXmlFormat
format)
206
public 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
))]