6 references to GetSkipSignatureAttributeEnforcement
System.Security (6)
system\security\cryptography\xml\encryptedreference.cs (1)
183if (!Utils.GetSkipSignatureAttributeEnforcement() && uri == null) {
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\signedinfo.cs (2)
212if ((m_canonicalizationMethod == null && !Utils.GetSkipSignatureAttributeEnforcement()) || !Utils.VerifyAttributes(canonicalizationMethodElement, "Algorithm")) 225if ((m_signatureMethod == null && !Utils.GetSkipSignatureAttributeEnforcement()) || !Utils.VerifyAttributes(signatureMethodElement, "Algorithm"))
system\security\cryptography\xml\utils.cs (1)
399if (!GetSkipSignatureAttributeEnforcement())