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