11 references to VerifyAttributes
System.Security.Cryptography.Xml (11)
System\Security\Cryptography\Xml\KeyInfo.cs (1)
69if (!Utils.VerifyAttributes(keyInfoElement, "Id"))
System\Security\Cryptography\Xml\Reference.cs (2)
253if (algorithm == null || !Utils.VerifyAttributes(transformElement, "Algorithm")) 317if (_digestMethod == null || !Utils.VerifyAttributes(digestMethodElement, "Algorithm"))
System\Security\Cryptography\Xml\Signature.cs (2)
145if (!Utils.VerifyAttributes(signatureElement, "Id")) 170if (!Utils.VerifyAttributes(signatureValueElement, "Id"))
System\Security\Cryptography\Xml\SignedInfo.cs (3)
220if (!Utils.VerifyAttributes(signedInfoElement, "Id")) 230if (_canonicalizationMethod == null || !Utils.VerifyAttributes(canonicalizationMethodElement, "Algorithm")) 243if (_signatureMethod == null || !Utils.VerifyAttributes(signatureMethodElement, "Algorithm"))
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (1)
102if (!Utils.VerifyAttributes(elem, "URI"))
System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs (1)
59if (!Utils.VerifyAttributes(e, "PrefixList"))
System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs (1)
54if (!Utils.VerifyAttributes(elem, (string?)null))