Re: [Mono-dev] Checking Validity/Reputation of a Digital Signature File

2012-09-18 Thread Sebastien Pouliot
On Tue, Sep 18, 2012 at 9:45 AM, jaysonp jaysonpr...@gmail.com wrote: Sebastien Pouliot wrote A cert file is not a signature - but it is a signed structure. Checking the signature of a .cer file is rather easy (see X509Chain class) but it only tells you about the certificate itself, not what

Re: [Mono-dev] Checking Validity/Reputation of a Digital Signature File

2012-09-18 Thread jaysonp
Hi Sebastian, Thanks! I got it. One question though... Why is that when I used chktrust to verify the digital signature of EXCEL, WINWORD or POWERPNT.exe, the return is always like this: / *Mono CheckTrust - version 2.10.4.0 Verify if an PE executable has a valid Authenticode(tm)

Re: [Mono-dev] Checking Validity/Reputation of a Digital Signature File

2012-09-18 Thread Sebastien Pouliot
I do not have the files*. Try either MS tools or right click on the .exe to see it's properties. There should be some mention if it was signed with authenticode. Sebastien * if you're running on on 64bits Windows then it could be a change for the new PE format (that Mono might not support, never

Re: [Mono-dev] Checking Validity/Reputation of a Digital Signature File

2012-09-18 Thread jaysonp
I've already checked the properties and yes, the file was signed. See snapshot below. I am not just sure if it's signed with Authenticode but based on chktrust's return, it's validated to be signed with Authenticode: http://mono.1490590.n4.nabble.com/file/n4656687/cert.jpg -- View this

Re: [Mono-dev] Checking Validity/Reputation of a Digital Signature File

2012-09-18 Thread Sebastien Pouliot
* Which version of Windows ? * 32bits or 64bits ? * Did you run `mozroots` so Mono certificate stores are up to date ? Sebastien On Tue, Sep 18, 2012 at 10:36 AM, jaysonp jaysonpr...@gmail.com wrote: I've already checked the properties and yes, the file was signed. See snapshot below. I am

Re: [Mono-dev] Checking Validity/Reputation of a Digital Signature File

2012-09-18 Thread jaysonp
64-bit but I already tested it on 32-bit, same results. I also did mozroots prior running chktrust -- View this message in context: http://mono.1490590.n4.nabble.com/Checking-Validity-Reputation-of-a-Digital-Signature-File-tp4656681p4656689.html Sent from the Mono - Dev mailing list archive at

Re: [Mono-dev] Checking Validity/Reputation of a Digital Signature File

2012-09-18 Thread jaysonp
Actually, I reviewed my previous posts and found out that I've already asked the same (almost) question before. Here's the link: http://mono.1490590.n4.nabble.com/mozroots-Microsoft-Office-files-can-t-be-traced-to-a-trusted-root-td3775522.html#a4282062 And related to this question, I

[Mono-list] Changing Webkit Canvas / Background Color

2012-09-18 Thread Adrian Stern
Hey Guys I am using WebKit-Sharp to display flash animations. When loading a new animation the white canvas of webkit flashes up which is a little disturbing. I would like to color it somehow. Is this doable? ModifyBg does not work as exspected and a thread sleep of 200ms does just work a

Re: [Mono-list] GTKsharp 3

2012-09-18 Thread Alan
Hey, So GTK# 3 is still a work in progress. We're switching to using the gobject-introspection information to remove the need for a lot of the manual fixups and ownership issues. However there are limitations in the format which make it hard to work with accurately. I think we've either got them

Re: [Mono-list] Mono libs and linux desktops

2012-09-18 Thread mabra
Hello ! Thanks for your reply !! These is really very good news !! ++mabra From: dan...@d15.biz [mailto:dan...@d15.biz] On Behalf Of Daniel Lo Nigro Sent: Monday, September 17, 2012 1:48 AM To: ma...@manfbraun.de Cc: Mono-list@lists.ximian.com Subject: Re: [Mono-list] Mono libs and linux

Re: [Mono-list] Mono compilation error when using 64 bit platform: Error CS0016: Could not write to file `test', cause: AMD64 (CS0016)

2012-09-18 Thread matthieu Barthélemy
On Mon, Sep 17, 2012 at 10:37 AM, gregsan gle...@gmail.com wrote: Hi, I'm trying to compile a simple console application. If I set the platform to x86 it compiles without any issues, however if I change it to x64 I get the following error: Error CS0016: Could not write to file `test',

[Mono-list] WebRequest.DefaultWebProxy with credentials fails

2012-09-18 Thread Christian Gan
Runtime: Mono 2.10.9 (tarball) GTK 2.24.10 GTK# (2.12.0.0) Package version: 210090011 Apple Developer Tools: Xcode 4.3.2 (1177) Build 4E2002 Monotouch: 5.2.12 We're using a Web Reference to consume services from several of our servers. The issue is that when we attempt

Re: [Mono-list] Mono compilation error when using 64 bit platform: Error CS0016: Could not write to file `test', cause: AMD64 (CS0016)

2012-09-18 Thread Alan
Hey If setting 'x64' is causing issues, just stop doing it :) The only time this matters is if you are running on the microsoft framework and p/invoking native libraries. If you're not doing that, then it's pretty irrelevant. If you are running your application under mono, you will get a 32bit