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)
63
Id
= Utils.GetAttribute(value, "Id", EncryptedXml.XmlEncNamespaceUrl);
4 references to Id
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedData.cs (2)
86
if (!string.IsNullOrEmpty(
Id
))
87
encryptedDataElement.SetAttribute("Id",
Id
);
System\Security\Cryptography\Xml\EncryptedKey.cs (2)
161
if (!string.IsNullOrEmpty(
Id
))
162
encryptedKeyElement.SetAttribute("Id",
Id
);