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)
65get { return _encoding; } 121if (!string.IsNullOrEmpty(_encoding)) 122objectElement.SetAttribute("Encoding", _encoding);