2 writes to Encoding
System.Security (2)
system\security\cryptography\xml\encrypteddata.cs (1)
36this.Encoding = Utils.GetAttribute(value, "Encoding", EncryptedXml.XmlEncNamespaceUrl);
system\security\cryptography\xml\encryptedkey.cs (1)
79this.Encoding = Utils.GetAttribute(value, "Encoding", EncryptedXml.XmlEncNamespaceUrl);
4 references to Encoding
System.Security (4)
system\security\cryptography\xml\encrypteddata.cs (2)
96if (!String.IsNullOrEmpty(this.Encoding)) 97encryptedDataElement.SetAttribute("Encoding", this.Encoding);
system\security\cryptography\xml\encryptedkey.cs (2)
169if (!String.IsNullOrEmpty(this.Encoding)) 170encryptedKeyElement.SetAttribute("Encoding", this.Encoding);