3 writes to _encoding
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\DataObject.cs (3)
33
_encoding
= encoding;
68
_encoding
= value;
141
_encoding
= Utils.GetAttribute(value, "Encoding", SignedXml.XmlDsigNamespaceUrl);
3 references to _encoding
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\DataObject.cs (3)
65
get { return
_encoding
; }
121
if (!string.IsNullOrEmpty(
_encoding
))
122
objectElement.SetAttribute("Encoding",
_encoding
);