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