System\Security\Cryptography\Xml\EncryptedKey.cs (5)
63Id = Utils.GetAttribute(value, "Id", EncryptedXml.XmlEncNamespaceUrl);
64Type = Utils.GetAttribute(value, "Type", EncryptedXml.XmlEncNamespaceUrl);
65MimeType = Utils.GetAttribute(value, "MimeType", EncryptedXml.XmlEncNamespaceUrl);
66Encoding = Utils.GetAttribute(value, "Encoding", EncryptedXml.XmlEncNamespaceUrl);
67Recipient = Utils.GetAttribute(value, "Recipient", EncryptedXml.XmlEncNamespaceUrl);
System\Security\Cryptography\Xml\Reference.cs (6)
216_id = Utils.GetAttribute(value, "Id", SignedXml.XmlDsigNamespaceUrl);
217_uri = Utils.GetAttribute(value, "URI", SignedXml.XmlDsigNamespaceUrl);
218_type = Utils.GetAttribute(value, "Type", SignedXml.XmlDsigNamespaceUrl);
255string? algorithm = Utils.GetAttribute(transformElement, "Algorithm", SignedXml.XmlDsigNamespaceUrl);
319_digestMethod = Utils.GetAttribute(digestMethodElement, "Algorithm", SignedXml.XmlDsigNamespaceUrl)!;
440&& (Utils.GetAttribute(tempElem, "Id", SignedXml.XmlDsigNamespaceUrl)!.Equals(idref)))