2 writes to Id
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
21Id = Utils.GetAttribute(value, "Id", EncryptedXml.XmlEncNamespaceUrl);
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
60Id = Utils.GetAttribute(value, "Id", EncryptedXml.XmlEncNamespaceUrl);
4 references to Id
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedData.cs (2)
83if (!string.IsNullOrEmpty(Id)) 84encryptedDataElement.SetAttribute("Id", Id);
System\Security\Cryptography\Xml\EncryptedKey.cs (2)
158if (!string.IsNullOrEmpty(Id)) 159encryptedKeyElement.SetAttribute("Id", Id);