11 references to VerifyAttributes
System.Security.Cryptography.Xml (11)
System\Security\Cryptography\Xml\KeyInfo.cs (1)
72if (!Utils.VerifyAttributes(keyInfoElement, "Id"))
System\Security\Cryptography\Xml\Reference.cs (2)
256if (algorithm == null || !Utils.VerifyAttributes(transformElement, "Algorithm")) 320if (_digestMethod == null || !Utils.VerifyAttributes(digestMethodElement, "Algorithm"))
System\Security\Cryptography\Xml\Signature.cs (2)
148if (!Utils.VerifyAttributes(signatureElement, "Id")) 173if (!Utils.VerifyAttributes(signatureValueElement, "Id"))
System\Security\Cryptography\Xml\SignedInfo.cs (3)
223if (!Utils.VerifyAttributes(signedInfoElement, "Id")) 233if (_canonicalizationMethod == null || !Utils.VerifyAttributes(canonicalizationMethodElement, "Algorithm")) 246if (_signatureMethod == null || !Utils.VerifyAttributes(signatureMethodElement, "Algorithm"))
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (1)
105if (!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))