2 writes to Id
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
24Id = Utils.GetAttribute(value, "Id", EncryptedXml.XmlEncNamespaceUrl);
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
63Id = Utils.GetAttribute(value, "Id", EncryptedXml.XmlEncNamespaceUrl);
4 references to Id
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedData.cs (2)
86if (!string.IsNullOrEmpty(Id)) 87encryptedDataElement.SetAttribute("Id", Id);
System\Security\Cryptography\Xml\EncryptedKey.cs (2)
161if (!string.IsNullOrEmpty(Id)) 162encryptedKeyElement.SetAttribute("Id", Id);