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)
62
Encoding
= Utils.GetAttribute(value, "Encoding", EncryptedXml.XmlEncNamespaceUrl);
4 references to Encoding
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedData.cs (2)
97
if (!string.IsNullOrEmpty(
Encoding
))
98
encryptedDataElement.SetAttribute("Encoding",
Encoding
);
System\Security\Cryptography\Xml\EncryptedKey.cs (2)
168
if (!string.IsNullOrEmpty(
Encoding
))
169
encryptedKeyElement.SetAttribute("Encoding",
Encoding
);