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