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