6 references to ECKeyXmlFormat
System.Core (1)
System.Core.cs (1)
225
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
ECKeyXmlFormat
))]
System.Security.Cryptography (4)
System\Security\Cryptography\Cng.NotSupported.cs (4)
268
public void FromXmlString(string xml,
ECKeyXmlFormat
format) { }
270
public string ToXmlString(
ECKeyXmlFormat
format) => null!;
327
public void FromXmlString(string xml,
ECKeyXmlFormat
format) { }
332
public string ToXmlString(
ECKeyXmlFormat
format) => null!;
System.Security.Cryptography.Cng (1)
System.Security.Cryptography.Cng.cs (1)
30
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
ECKeyXmlFormat
))]