11 references to VerifyAttributes
System.Security.Cryptography.Xml (11)
System\Security\Cryptography\Xml\KeyInfo.cs (1)
72
if (!Utils.
VerifyAttributes
(keyInfoElement, "Id"))
System\Security\Cryptography\Xml\Reference.cs (2)
256
if (algorithm == null || !Utils.
VerifyAttributes
(transformElement, "Algorithm"))
320
if (_digestMethod == null || !Utils.
VerifyAttributes
(digestMethodElement, "Algorithm"))
System\Security\Cryptography\Xml\Signature.cs (2)
148
if (!Utils.
VerifyAttributes
(signatureElement, "Id"))
173
if (!Utils.
VerifyAttributes
(signatureValueElement, "Id"))
System\Security\Cryptography\Xml\SignedInfo.cs (3)
223
if (!Utils.
VerifyAttributes
(signedInfoElement, "Id"))
233
if (_canonicalizationMethod == null || !Utils.
VerifyAttributes
(canonicalizationMethodElement, "Algorithm"))
246
if (_signatureMethod == null || !Utils.
VerifyAttributes
(signatureMethodElement, "Algorithm"))
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (1)
105
if (!Utils.
VerifyAttributes
(elem, "URI"))
System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs (1)
59
if (!Utils.
VerifyAttributes
(e, "PrefixList"))
System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs (1)
54
if (!Utils.
VerifyAttributes
(elem, (string?)null))