System\Security\Cryptography\Xml\EncryptedKey.cs (5)
56Id = Utils.GetAttribute(value, "Id", EncryptedXml.XmlEncNamespaceUrl);
57Type = Utils.GetAttribute(value, "Type", EncryptedXml.XmlEncNamespaceUrl);
58MimeType = Utils.GetAttribute(value, "MimeType", EncryptedXml.XmlEncNamespaceUrl);
59Encoding = Utils.GetAttribute(value, "Encoding", EncryptedXml.XmlEncNamespaceUrl);
60Recipient = Utils.GetAttribute(value, "Recipient", EncryptedXml.XmlEncNamespaceUrl);
System\Security\Cryptography\Xml\Reference.cs (6)
213_id = Utils.GetAttribute(value, "Id", SignedXml.XmlDsigNamespaceUrl);
214_uri = Utils.GetAttribute(value, "URI", SignedXml.XmlDsigNamespaceUrl);
215_type = Utils.GetAttribute(value, "Type", SignedXml.XmlDsigNamespaceUrl);
252string? algorithm = Utils.GetAttribute(transformElement, "Algorithm", SignedXml.XmlDsigNamespaceUrl);
316_digestMethod = Utils.GetAttribute(digestMethodElement, "Algorithm", SignedXml.XmlDsigNamespaceUrl)!;
434&& (Utils.GetAttribute(tempElem, "Id", SignedXml.XmlDsigNamespaceUrl)!.Equals(idref)))