2 writes to MimeType
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
26
MimeType
= Utils.GetAttribute(value, "MimeType", EncryptedXml.XmlEncNamespaceUrl);
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
61
MimeType
= Utils.GetAttribute(value, "MimeType", EncryptedXml.XmlEncNamespaceUrl);
4 references to MimeType
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedData.cs (2)
95
if (!string.IsNullOrEmpty(
MimeType
))
96
encryptedDataElement.SetAttribute("MimeType",
MimeType
);
System\Security\Cryptography\Xml\EncryptedKey.cs (2)
166
if (!string.IsNullOrEmpty(
MimeType
))
167
encryptedKeyElement.SetAttribute("MimeType",
MimeType
);