2 writes to Encoding
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
27
Encoding
= Utils.GetAttribute(value, "Encoding", EncryptedXml.XmlEncNamespaceUrl);
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
66
Encoding
= Utils.GetAttribute(value, "Encoding", EncryptedXml.XmlEncNamespaceUrl);
4 references to Encoding
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedData.cs (2)
92
if (!string.IsNullOrEmpty(
Encoding
))
93
encryptedDataElement.SetAttribute("Encoding",
Encoding
);
System\Security\Cryptography\Xml\EncryptedKey.cs (2)
167
if (!string.IsNullOrEmpty(
Encoding
))
168
encryptedKeyElement.SetAttribute("Encoding",
Encoding
);