2 writes to mimeType
System.IdentityModel (2)
System\ServiceModel\Security\EncryptedType.cs (2)
147
this.
mimeType
= value;
227
this.
mimeType
= reader.GetAttribute(MimeTypeAttribute, null);
2 references to mimeType
System.IdentityModel (2)
System\ServiceModel\Security\EncryptedType.cs (2)
143
return this.
mimeType
;
342
if (this.
mimeType
!= null)