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