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