3 writes to _mimeType
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\DataObject.cs (3)
35_mimeType = mimeType; 61_mimeType = value; 146_mimeType = Utils.GetAttribute(value, "MimeType", SignedXml.XmlDsigNamespaceUrl);
3 references to _mimeType
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\DataObject.cs (3)
58get { return _mimeType; } 122if (!string.IsNullOrEmpty(_mimeType)) 123objectElement.SetAttribute("MimeType", _mimeType);