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