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