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)
59
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)
160
if (!string.IsNullOrEmpty(
Encoding
))
161
encryptedKeyElement.SetAttribute("Encoding",
Encoding
);