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)
65
MimeType
= Utils.GetAttribute(value, "MimeType", EncryptedXml.XmlEncNamespaceUrl);
4 references to MimeType
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedData.cs (2)
90
if (!string.IsNullOrEmpty(
MimeType
))
91
encryptedDataElement.SetAttribute("MimeType",
MimeType
);
System\Security\Cryptography\Xml\EncryptedKey.cs (2)
165
if (!string.IsNullOrEmpty(
MimeType
))
166
encryptedKeyElement.SetAttribute("MimeType",
MimeType
);