System\Security\Cryptography\Xml\Reference.cs (22)
187throw new CryptographicException(SR.Cryptography_Xml_DigestMethodRequired);
196throw new CryptographicException(SR.Cryptography_Xml_DigestValueRequired);
217throw new CryptographicException(SR.Cryptography_Xml_InvalidElement, "Reference");
230throw new CryptographicException(SR.Cryptography_Xml_InvalidElement, "Reference/Transforms");
236throw new CryptographicException(SR.Cryptography_Xml_InvalidElement, "Reference/Transforms");
243throw new CryptographicException(SR.Cryptography_Xml_InvalidElement, "Reference/Transforms");
247throw new CryptographicException(SR.Cryptography_Xml_InvalidElement, "Reference/Transforms");
255throw new CryptographicException(SR.Cryptography_Xml_UnknownTransform);
260throw new CryptographicException(SR.Cryptography_Xml_UnknownTransform);
314throw new CryptographicException(SR.Cryptography_Xml_InvalidElement, "Reference/DigestMethod");
318throw new CryptographicException(SR.Cryptography_Xml_InvalidElement, "Reference/DigestMethod");
324throw new CryptographicException(SR.Cryptography_Xml_InvalidElement, "Reference/DigestValue");
328throw new CryptographicException(SR.Cryptography_Xml_InvalidElement, "Reference/DigestValue");
332throw new CryptographicException(SR.Cryptography_Xml_InvalidElement, "Reference");
361throw new CryptographicException(SR.Cryptography_Xml_CreateHashAlgorithmFailed);
397throw new CryptographicException(SR.Format(SR.Cryptography_Xml_SelfReferenceRequiresContext, _uri));
413throw new CryptographicException(SR.Format(SR.Cryptography_Xml_SelfReferenceRequiresContext, _uri));
446throw new CryptographicException(SR.Cryptography_Xml_InvalidReference);
467throw new CryptographicException(SR.Cryptography_Xml_UriNotResolved, _uri);
476throw new CryptographicException(SR.Cryptography_Xml_UriNotResolved, _uri);
System\Security\Cryptography\Xml\SignedXmlDebugLog.cs (72)
286string logMessage = SR.Format(CultureInfo.InvariantCulture,
287SR.Log_BeginCanonicalization,
298string canonicalizationSettings = SR.Format(CultureInfo.InvariantCulture,
299SR.Log_CanonicalizationSettings,
323string logMessage = SR.Format(CultureInfo.InvariantCulture,
324SR.Log_CheckSignatureFormat,
344string logMessage = SR.Format(CultureInfo.InvariantCulture,
345SR.Log_CheckSignedInfo,
365SR.Log_BeginSignatureComputation);
370string contextData = SR.Format(CultureInfo.InvariantCulture,
371SR.Log_XmlContext,
395SR.Log_BeginSignatureVerification);
400string contextData = SR.Format(CultureInfo.InvariantCulture,
401SR.Log_XmlContext,
425string logMessage = SR.Format(CultureInfo.InvariantCulture,
426SR.Log_CanonicalizedOutput,
447string logMessage = result ? SR.Log_FormatValidationSuccessful :
448SR.Log_FormatValidationNotSuccessful;
478string logMessage = SR.Format(CultureInfo.InvariantCulture,
479SR.Log_UnsafeCanonicalizationMethod,
528string logMessage = SR.Format(CultureInfo.InvariantCulture,
529SR.Log_UnsafeTransformMethod,
552string propagationMessage = SR.Format(CultureInfo.InvariantCulture,
553SR.Log_PropagatingNamespace,
568SR.Log_NoNamespacesPropagated);
603string logMessage = SR.Format(CultureInfo.InvariantCulture,
604SR.Log_TransformedReferenceContents,
642string logMessage = SR.Format(CultureInfo.InvariantCulture,
643SR.Log_SigningAsymmetric,
668string logMessage = SR.Format(CultureInfo.InvariantCulture,
669SR.Log_SigningHmac,
694string logMessage = SR.Format(CultureInfo.InvariantCulture,
695SR.Log_SigningReference,
719string logMessage = SR.Format(CultureInfo.InvariantCulture,
720SR.Log_VerificationFailed,
743string resource = verified ? SR.Log_VerificationWithKeySuccessful :
744SR.Log_VerificationWithKeyNotSuccessful;
769string logMessage = SR.Format(CultureInfo.InvariantCulture,
770SR.Log_KeyUsages,
794string logMessage = SR.Format(CultureInfo.InvariantCulture,
795SR.Log_VerifyReference,
830string logMessage = SR.Format(CultureInfo.InvariantCulture,
831SR.Log_ReferenceHash,
871string logMessage = SR.Format(CultureInfo.InvariantCulture,
872SR.Log_VerifySignedInfoAsymmetric,
885string hashLog = SR.Format(CultureInfo.InvariantCulture,
886SR.Log_ActualHashValue,
890string signatureLog = SR.Format(CultureInfo.InvariantCulture,
891SR.Log_RawSignatureValue,
915string logMessage = SR.Format(CultureInfo.InvariantCulture,
916SR.Log_VerifySignedInfoHmac,
926string hashLog = SR.Format(CultureInfo.InvariantCulture,
927SR.Log_ActualHashValue,
931string signatureLog = SR.Format(CultureInfo.InvariantCulture,
932SR.Log_RawSignatureValue,
952string buildMessage = SR.Format(CultureInfo.InvariantCulture,
953SR.Log_BuildX509Chain,
964string revocationMode = SR.Format(CultureInfo.InvariantCulture,
965SR.Log_RevocationMode,
969string revocationFlag = SR.Format(CultureInfo.InvariantCulture,
970SR.Log_RevocationFlag,
974string verificationFlags = SR.Format(CultureInfo.InvariantCulture,
975SR.Log_VerificationFlag,
979string verificationTime = SR.Format(CultureInfo.InvariantCulture,
980SR.Log_VerificationTime,
984string urlTimeout = SR.Format(CultureInfo.InvariantCulture,
985SR.Log_UrlTimeout,
997string logMessage = SR.Format(CultureInfo.InvariantCulture,
998SR.Log_X509ChainError,
1014chainElements.Append(SR.Log_CertificateChain);
1045string logMessage = SR.Format(CultureInfo.InvariantCulture,
1046SR.Log_SignedXmlRecursionLimit,