3 writes to _mimeType
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\DataObject.cs (3)
32_mimeType = mimeType; 58_mimeType = value; 140_mimeType = Utils.GetAttribute(value, "MimeType", SignedXml.XmlDsigNamespaceUrl);
3 references to _mimeType
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\DataObject.cs (3)
55get { return _mimeType; } 119if (!string.IsNullOrEmpty(_mimeType)) 120objectElement.SetAttribute("MimeType", _mimeType);