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