5 references to VerifyAttributes
System.Security (5)
system\security\cryptography\xml\keyinfo.cs (1)
87if (!Utils.VerifyAttributes(elem, (string[])null)) {
system\security\cryptography\xml\reference.cs (3)
213if (!Utils.VerifyAttributes(value, new string[] { "Id", "URI", "Type" })) 229if (!Utils.VerifyAttributes(transformsElement, (string[])null)) { 290if (!Utils.VerifyAttributes(digestValueElement, (string[])null))
system\security\cryptography\xml\utils.cs (1)
394return VerifyAttributes(element, expectedAttrName == null ? null : new string[] { expectedAttrName });