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