32 references to SignedXmlDebugLog
System.Security.Cryptography.Xml (32)
System\Security\Cryptography\Xml\Reference.cs (1)
486hashInputStream = SignedXmlDebugLog.LogReferenceData(this, hashInputStream);
System\Security\Cryptography\Xml\SignedXml.cs (31)
267SignedXmlDebugLog.LogBeginSignatureVerification(this, _context); 284SignedXmlDebugLog.LogVerificationResult(this, key, bRet); 301SignedXmlDebugLog.LogVerificationFailure(this, SR.Log_VerificationFailed_SignedInfo); 308SignedXmlDebugLog.LogVerificationFailure(this, SR.Log_VerificationFailed_References); 312SignedXmlDebugLog.LogVerificationResult(this, key, true); 325SignedXmlDebugLog.LogVerificationFailure(this, SR.Log_VerificationFailed_SignedInfo); 331SignedXmlDebugLog.LogVerificationFailure(this, SR.Log_VerificationFailed_References); 335SignedXmlDebugLog.LogVerificationResult(this, macAlg, true); 350SignedXmlDebugLog.LogVerifyKeyUsage(this, certificate, keyUsage); 357SignedXmlDebugLog.LogVerificationFailure(this, SR.Log_VerificationFailed_X509KeyUsage); 368SignedXmlDebugLog.LogVerifyX509Chain(this, chain, certificate); 372SignedXmlDebugLog.LogVerificationFailure(this, SR.Log_VerificationFailed_X509Chain); 385SignedXmlDebugLog.LogVerificationResult(this, certificate, true); 392SignedXmlDebugLog.LogBeginSignatureComputation(this, _context!); 434SignedXmlDebugLog.LogSigning(this, key, signatureDescription, hashAlg, asymmetricSignatureFormatter); 473SignedXmlDebugLog.LogSigning(this, hash); 689SignedXmlDebugLog.LogUnsafeCanonicalizationMethod(this, SignedInfo!.CanonicalizationMethod, SafeCanonicalizationMethods); 730SignedXmlDebugLog.LogUnsafeTransformMethod( 803SignedXmlDebugLog.LogNamespacePropagation(this, namespaces); 810SignedXmlDebugLog.LogBeginCanonicalization(this, c14nMethodTransform); 812SignedXmlDebugLog.LogCanonicalizedOutput(this, c14nMethodTransform); 920SignedXmlDebugLog.LogSigningReference(this, reference); 942SignedXmlDebugLog.LogVerifyReference(this, digestedReference); 950SignedXmlDebugLog.LogSignedXmlRecursionLimit(this, digestedReference); 954SignedXmlDebugLog.LogVerifyReferenceHash(this, digestedReference, calculatedHash, digestedReference.DigestValue); 1011SignedXmlDebugLog.LogBeginCheckSignatureFormat(this, _signatureFormatValidator); 1014SignedXmlDebugLog.LogFormatValidationResult(this, formatValid); 1027SignedXmlDebugLog.LogBeginCheckSignedInfo(this, m_signature.SignedInfo!); 1044SignedXmlDebugLog.LogVerifySignedInfo(this, 1061SignedXmlDebugLog.LogBeginCheckSignedInfo(this, m_signature.SignedInfo!); 1081SignedXmlDebugLog.LogVerifySignedInfo(this, macAlg, hashValue, m_signature.SignatureValue);