3 writes to _encoding
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\DataObject.cs (3)
36
_encoding
= encoding;
71
_encoding
= value;
147
_encoding
= Utils.GetAttribute(value, "Encoding", SignedXml.XmlDsigNamespaceUrl);
3 references to _encoding
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\DataObject.cs (3)
68
get { return
_encoding
; }
124
if (!string.IsNullOrEmpty(
_encoding
))
125
objectElement.SetAttribute("Encoding",
_encoding
);