System\Security\Cryptography\Xml\EncryptedKey.cs (5)
60Id = Utils.GetAttribute(value, "Id", EncryptedXml.XmlEncNamespaceUrl);
61Type = Utils.GetAttribute(value, "Type", EncryptedXml.XmlEncNamespaceUrl);
62MimeType = Utils.GetAttribute(value, "MimeType", EncryptedXml.XmlEncNamespaceUrl);
63Encoding = Utils.GetAttribute(value, "Encoding", EncryptedXml.XmlEncNamespaceUrl);
64Recipient = 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)))