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