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