32 references to SignedXmlDebugLog
System.Security.Cryptography.Xml (32)
System\Security\Cryptography\Xml\Reference.cs (1)
480hashInputStream = SignedXmlDebugLog.LogReferenceData(this, hashInputStream);
System\Security\Cryptography\Xml\SignedXml.cs (31)
258SignedXmlDebugLog.LogBeginSignatureVerification(this, _context); 275SignedXmlDebugLog.LogVerificationResult(this, key, bRet); 292SignedXmlDebugLog.LogVerificationFailure(this, SR.Log_VerificationFailed_SignedInfo); 299SignedXmlDebugLog.LogVerificationFailure(this, SR.Log_VerificationFailed_References); 303SignedXmlDebugLog.LogVerificationResult(this, key, true); 316SignedXmlDebugLog.LogVerificationFailure(this, SR.Log_VerificationFailed_SignedInfo); 322SignedXmlDebugLog.LogVerificationFailure(this, SR.Log_VerificationFailed_References); 326SignedXmlDebugLog.LogVerificationResult(this, macAlg, true); 341SignedXmlDebugLog.LogVerifyKeyUsage(this, certificate, keyUsage); 348SignedXmlDebugLog.LogVerificationFailure(this, SR.Log_VerificationFailed_X509KeyUsage); 361SignedXmlDebugLog.LogVerifyX509Chain(this, chain, certificate); 366SignedXmlDebugLog.LogVerificationFailure(this, SR.Log_VerificationFailed_X509Chain); 379SignedXmlDebugLog.LogVerificationResult(this, certificate, true); 386SignedXmlDebugLog.LogBeginSignatureComputation(this, _context!); 428SignedXmlDebugLog.LogSigning(this, key, signatureDescription, hashAlg, asymmetricSignatureFormatter); 464SignedXmlDebugLog.LogSigning(this, hash); 680SignedXmlDebugLog.LogUnsafeCanonicalizationMethod(this, SignedInfo!.CanonicalizationMethod, SafeCanonicalizationMethods); 721SignedXmlDebugLog.LogUnsafeTransformMethod( 794SignedXmlDebugLog.LogNamespacePropagation(this, namespaces); 801SignedXmlDebugLog.LogBeginCanonicalization(this, c14nMethodTransform); 803SignedXmlDebugLog.LogCanonicalizedOutput(this, c14nMethodTransform); 911SignedXmlDebugLog.LogSigningReference(this, reference); 933SignedXmlDebugLog.LogVerifyReference(this, digestedReference); 941SignedXmlDebugLog.LogSignedXmlRecursionLimit(this, digestedReference); 945SignedXmlDebugLog.LogVerifyReferenceHash(this, digestedReference, calculatedHash, digestedReference.DigestValue); 1002SignedXmlDebugLog.LogBeginCheckSignatureFormat(this, _signatureFormatValidator); 1005SignedXmlDebugLog.LogFormatValidationResult(this, formatValid); 1015SignedXmlDebugLog.LogBeginCheckSignedInfo(this, m_signature.SignedInfo!); 1032SignedXmlDebugLog.LogVerifySignedInfo(this, 1046SignedXmlDebugLog.LogBeginCheckSignedInfo(this, m_signature.SignedInfo!); 1066SignedXmlDebugLog.LogVerifySignedInfo(this, macAlg, hashValue, m_signature.SignatureValue);