2 writes to MimeType
System.Security (2)
system\security\cryptography\xml\encrypteddata.cs (1)
35this.MimeType = Utils.GetAttribute(value, "MimeType", EncryptedXml.XmlEncNamespaceUrl);
system\security\cryptography\xml\encryptedkey.cs (1)
78this.MimeType = Utils.GetAttribute(value, "MimeType", EncryptedXml.XmlEncNamespaceUrl);
4 references to MimeType
System.Security (4)
system\security\cryptography\xml\encrypteddata.cs (2)
94if (!String.IsNullOrEmpty(this.MimeType)) 95encryptedDataElement.SetAttribute("MimeType", this.MimeType);
system\security\cryptography\xml\encryptedkey.cs (2)
167if (!String.IsNullOrEmpty(this.MimeType)) 168encryptedKeyElement.SetAttribute("MimeType", this.MimeType);