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