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)
55
get { return
_mimeType
; }
119
if (!string.IsNullOrEmpty(
_mimeType
))
120
objectElement.SetAttribute("MimeType",
_mimeType
);