using SAMLMessageSignature.Verify always return false

hi ,
I am using the SAMLMessageSignature.Verify(samlElement, cert) , and it always return false
I tried to open the logs by adding

<system.diagnostics>













<add name=“TextWriter”
type=“System.Diagnostics.TextWriterTraceListener”
initializeData=“c:\temp\logs\SAML\idp.log”/>

</system.diagnostics>

I created the folder c:\temp\logs\SAML<br/> and I can’t see any logs ,

can someone please advise on this issue



It may be that the log file permissions aren’t correct.
Please take a look at the following article.
http://www.componentspace.com/Forums/17/Enabing-SAML-Trace
Make sure the file permissions are set for c:\temp\logs\SAML.
You’re welcome to send the generated log to support@componentspace.com and we can take a look.

[quote]
ComponentSpace - Tuesday, November 17, 2015
It may be that the log file permissions aren't correct.
Please take a look at the following article.
http://www.componentspace.com/Forums/17/Enabing-SAML-Trace
Make sure the file permissions are set for c:\temp\logs\SAML.
You're welcome to send the generated log to support@componentspace.com and we can take a look.

[/quote]

thanks , do i need to create the idp.log file , or that file is created automatically

Make sure that the folder exists and that the permissions have been set for the folder. The log file will be created automatically.