11 references to VerifyAttributes
System.Security.Cryptography.Xml (11)
System\Security\Cryptography\Xml\KeyInfo.cs (1)
69
if (!Utils.
VerifyAttributes
(keyInfoElement, "Id"))
System\Security\Cryptography\Xml\Reference.cs (2)
253
if (algorithm == null || !Utils.
VerifyAttributes
(transformElement, "Algorithm"))
317
if (_digestMethod == null || !Utils.
VerifyAttributes
(digestMethodElement, "Algorithm"))
System\Security\Cryptography\Xml\Signature.cs (2)
145
if (!Utils.
VerifyAttributes
(signatureElement, "Id"))
170
if (!Utils.
VerifyAttributes
(signatureValueElement, "Id"))
System\Security\Cryptography\Xml\SignedInfo.cs (3)
220
if (!Utils.
VerifyAttributes
(signedInfoElement, "Id"))
230
if (_canonicalizationMethod == null || !Utils.
VerifyAttributes
(canonicalizationMethodElement, "Algorithm"))
243
if (_signatureMethod == null || !Utils.
VerifyAttributes
(signatureMethodElement, "Algorithm"))
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (1)
102
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))