system\security\cryptography\xml\encryptedkey.cs (5)
76this.Id = Utils.GetAttribute(value, "Id", EncryptedXml.XmlEncNamespaceUrl);
77this.Type = Utils.GetAttribute(value, "Type", EncryptedXml.XmlEncNamespaceUrl);
78this.MimeType = Utils.GetAttribute(value, "MimeType", EncryptedXml.XmlEncNamespaceUrl);
79this.Encoding = Utils.GetAttribute(value, "Encoding", EncryptedXml.XmlEncNamespaceUrl);
80this.Recipient = Utils.GetAttribute(value, "Recipient", EncryptedXml.XmlEncNamespaceUrl);
system\security\cryptography\xml\reference.cs (6)
210m_id = Utils.GetAttribute(value, "Id", SignedXml.XmlDsigNamespaceUrl);
211m_uri = Utils.GetAttribute(value, "URI", SignedXml.XmlDsigNamespaceUrl);
212m_type = Utils.GetAttribute(value, "Type", SignedXml.XmlDsigNamespaceUrl);
243string algorithm = Utils.GetAttribute(transformElement, "Algorithm", SignedXml.XmlDsigNamespaceUrl);
280m_digestMethod = Utils.GetAttribute(digestMethodElement, "Algorithm", SignedXml.XmlDsigNamespaceUrl);
387&& (Utils.GetAttribute(tempElem, "Id", SignedXml.XmlDsigNamespaceUrl).Equals(idref))) {