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