3 references to XmlDecryptionTransformNamespaceUrl
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (3)
96
if (elem.LocalName == "Except" && elem.NamespaceURI == Consts.
XmlDecryptionTransformNamespaceUrl
)
99
string? uri = Utils.GetAttribute(elem, "URI", Consts.
XmlDecryptionTransformNamespaceUrl
);
127
XmlElement exceptUriElement = document.CreateElement("Except", Consts.
XmlDecryptionTransformNamespaceUrl
);