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