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); 359SignedXmlDebugLog.LogVerifyX509Chain(this, chain, certificate); 363SignedXmlDebugLog.LogVerificationFailure(this, SR.Log_VerificationFailed_X509Chain); 376SignedXmlDebugLog.LogVerificationResult(this, certificate, true); 383SignedXmlDebugLog.LogBeginSignatureComputation(this, _context!); 425SignedXmlDebugLog.LogSigning(this, key, signatureDescription, hashAlg, asymmetricSignatureFormatter); 461SignedXmlDebugLog.LogSigning(this, hash); 677SignedXmlDebugLog.LogUnsafeCanonicalizationMethod(this, SignedInfo!.CanonicalizationMethod, SafeCanonicalizationMethods); 718SignedXmlDebugLog.LogUnsafeTransformMethod( 791SignedXmlDebugLog.LogNamespacePropagation(this, namespaces); 798SignedXmlDebugLog.LogBeginCanonicalization(this, c14nMethodTransform); 800SignedXmlDebugLog.LogCanonicalizedOutput(this, c14nMethodTransform); 908SignedXmlDebugLog.LogSigningReference(this, reference); 930SignedXmlDebugLog.LogVerifyReference(this, digestedReference); 938SignedXmlDebugLog.LogSignedXmlRecursionLimit(this, digestedReference); 942SignedXmlDebugLog.LogVerifyReferenceHash(this, digestedReference, calculatedHash, digestedReference.DigestValue); 999SignedXmlDebugLog.LogBeginCheckSignatureFormat(this, _signatureFormatValidator); 1002SignedXmlDebugLog.LogFormatValidationResult(this, formatValid); 1012SignedXmlDebugLog.LogBeginCheckSignedInfo(this, m_signature.SignedInfo!); 1029SignedXmlDebugLog.LogVerifySignedInfo(this, 1043SignedXmlDebugLog.LogBeginCheckSignedInfo(this, m_signature.SignedInfo!); 1063SignedXmlDebugLog.LogVerifySignedInfo(this, macAlg, hashValue, m_signature.SignatureValue);