2 writes to Encoding
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
24
Encoding
= Utils.GetAttribute(value, "Encoding", EncryptedXml.XmlEncNamespaceUrl);
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
63
Encoding
= Utils.GetAttribute(value, "Encoding", EncryptedXml.XmlEncNamespaceUrl);
4 references to Encoding
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedData.cs (2)
89
if (!string.IsNullOrEmpty(
Encoding
))
90
encryptedDataElement.SetAttribute("Encoding",
Encoding
);
System\Security\Cryptography\Xml\EncryptedKey.cs (2)
164
if (!string.IsNullOrEmpty(
Encoding
))
165
encryptedKeyElement.SetAttribute("Encoding",
Encoding
);