2 writes to Id
System.Security (2)
system\security\cryptography\xml\encrypteddata.cs (1)
33this.Id = Utils.GetAttribute(value, "Id", EncryptedXml.XmlEncNamespaceUrl);
system\security\cryptography\xml\encryptedkey.cs (1)
76this.Id = Utils.GetAttribute(value, "Id", EncryptedXml.XmlEncNamespaceUrl);
4 references to Id
System.Security (4)
system\security\cryptography\xml\encrypteddata.cs (2)
90if (!String.IsNullOrEmpty(this.Id)) 91encryptedDataElement.SetAttribute("Id", this.Id);
system\security\cryptography\xml\encryptedkey.cs (2)
163if (!String.IsNullOrEmpty(this.Id)) 164encryptedKeyElement.SetAttribute("Id", this.Id);