5 writes to Type
System.Configuration (1)
System\Configuration\RSAProtectedConfigurationProvider.cs (1)
65
ed.
Type
= EncryptedXml.XmlEncElementUrl;
System.Security (4)
system\security\cryptography\xml\encrypteddata.cs (1)
34
this.
Type
= Utils.GetAttribute(value, "Type", EncryptedXml.XmlEncNamespaceUrl);
system\security\cryptography\xml\encryptedkey.cs (1)
77
this.
Type
= Utils.GetAttribute(value, "Type", EncryptedXml.XmlEncNamespaceUrl);
system\security\cryptography\xml\encryptedxml.cs (2)
537
ed.
Type
= EncryptedXml.XmlEncElementUrl;
581
ed.
Type
= EncryptedXml.XmlEncElementUrl;
4 references to Type
System.Security (4)
system\security\cryptography\xml\encrypteddata.cs (2)
92
if (!String.IsNullOrEmpty(this.
Type
))
93
encryptedDataElement.SetAttribute("Type", this.
Type
);
system\security\cryptography\xml\encryptedkey.cs (2)
165
if (!String.IsNullOrEmpty(this.
Type
))
166
encryptedKeyElement.SetAttribute("Type", this.
Type
);