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