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)
262
public void FromXmlString(string xml,
ECKeyXmlFormat
format) { }
264
public string ToXmlString(
ECKeyXmlFormat
format) => null!;
321
public void FromXmlString(string xml,
ECKeyXmlFormat
format) { }
326
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
))]