5 references to VerifyAttributes
System.Security.Cryptography.Xml (5)
System\Security\Cryptography\Xml\KeyInfo.cs (1)
83
if (!Utils.
VerifyAttributes
(elem, (string[]?)null))
System\Security\Cryptography\Xml\Reference.cs (3)
216
if (!Utils.
VerifyAttributes
(value, s_expectedAttrNames))
234
if (!Utils.
VerifyAttributes
(transformsElement, (string[]?)null))
327
if (!Utils.
VerifyAttributes
(digestValueElement, (string[]?)null))
System\Security\Cryptography\Xml\Utils.cs (1)
74
return
VerifyAttributes
(element, expectedAttrName == null ? null : new string[] { expectedAttrName });