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