11 references to VerifyAttributes
System.Security (11)
system\security\cryptography\xml\keyinfo.cs (1)
76
if (!Utils.
VerifyAttributes
(keyInfoElement, "Id"))
system\security\cryptography\xml\reference.cs (2)
244
if ((algorithm == null && !Utils.GetSkipSignatureAttributeEnforcement()) || !Utils.
VerifyAttributes
(transformElement, "Algorithm")) {
281
if ((m_digestMethod == null && !Utils.GetSkipSignatureAttributeEnforcement()) || !Utils.
VerifyAttributes
(digestMethodElement, "Algorithm"))
system\security\cryptography\xml\signature.cs (2)
146
if (!Utils.
VerifyAttributes
(signatureElement, "Id"))
171
if (!Utils.
VerifyAttributes
(signatureValueElement, "Id"))
system\security\cryptography\xml\signedinfo.cs (3)
202
if (!Utils.
VerifyAttributes
(signedInfoElement, "Id"))
212
if ((m_canonicalizationMethod == null && !Utils.GetSkipSignatureAttributeEnforcement()) || !Utils.
VerifyAttributes
(canonicalizationMethodElement, "Algorithm"))
225
if ((m_signatureMethod == null && !Utils.GetSkipSignatureAttributeEnforcement()) || !Utils.
VerifyAttributes
(signatureMethodElement, "Algorithm"))
system\security\cryptography\xml\transform.cs (3)
487
if (!Utils.
VerifyAttributes
(e, "PrefixList")) {
695
if (!Utils.
VerifyAttributes
(elem, (string)null)) {
1180
if (!Utils.
VerifyAttributes
(elem, "URI")) {