2 writes to MimeType
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
23
MimeType
= Utils.GetAttribute(value, "MimeType", EncryptedXml.XmlEncNamespaceUrl);
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
62
MimeType
= Utils.GetAttribute(value, "MimeType", EncryptedXml.XmlEncNamespaceUrl);
4 references to MimeType
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedData.cs (2)
87
if (!string.IsNullOrEmpty(
MimeType
))
88
encryptedDataElement.SetAttribute("MimeType",
MimeType
);
System\Security\Cryptography\Xml\EncryptedKey.cs (2)
162
if (!string.IsNullOrEmpty(
MimeType
))
163
encryptedKeyElement.SetAttribute("MimeType",
MimeType
);