EDN Admin
Well-known member
<p style="border:none; font-family:Segoe UI,Lucida Grande,Verdana,Arial,Helvetica,sans-serif; padding-right:0px; color:#333333; font-size:13px; line-height:16px
Hi All,
<p style="border:none; font-family:Segoe UI,Lucida Grande,Verdana,Arial,Helvetica,sans-serif; padding-right:0px; color:#333333; font-size:13px; line-height:16px
As mentioned on the subject, I want to know how will I be able to verify the certificate chain attached/embedded to an EXE file.
<p style="border:none; font-family:Segoe UI,Lucida Grande,Verdana,Arial,Helvetica,sans-serif; padding-right:0px; color:#333333; font-size:13px; line-height:16px
Ive already seen the X509Certificate.Verify() method but I think this can be used on detached/stand-alone .CER files.
<p style="border:none; font-family:Segoe UI,Lucida Grande,Verdana,Arial,Helvetica,sans-serif; padding-right:0px; color:#333333; font-size:13px; line-height:16px
What I want is a method to verify the certificate chain of an EXE file, passing the EXEs file path as the argument.
<p style="border:none; font-family:Segoe UI,Lucida Grande,Verdana,Arial,Helvetica,sans-serif; padding-right:0px; color:#333333; font-size:13px; line-height:16px
Pseudo-code:
<pre class="prettyprint prettyprinted" style="font-family:inherit; outline:0px; list-style-type:none; word-wrap:normal; overflow-y:hidden; overflow-x:auto; color:#333333; font-size:13px; line-height:16px <span class="typ" style="border:0px; font-style:inherit; font-family:inherit; margin:0px; outline:0px; padding:0px Verify<span class="pun" style="border:0px; font-style:inherit; font-family:inherit; margin:0px; outline:0px; padding:0px (<span class="kwd" style="border:0px; font-style:inherit; font-family:inherit; margin:0px; outline:0px; padding:0px string<span class="pln" style="border:0px; font-style:inherit; font-family:inherit; margin:0px; outline:0px; padding:0px exeFilePath<span class="pun" style="border:0px; font-style:inherit; font-family:inherit; margin:0px; outline:0px; padding:0px );[/code]
<span style="color:#333333; font-family:Segoe UI,Lucida Grande,Verdana,Arial,Helvetica,sans-serif; font-size:13px; line-height:16px
<p style="border:none; font-family:Segoe UI,Lucida Grande,Verdana,Arial,Helvetica,sans-serif; padding-right:0px; color:#333333; font-size:13px; line-height:16px
It is greatly appreciated if you can post some snippet codes.
<p style="border:none; font-family:Segoe UI,Lucida Grande,Verdana,Arial,Helvetica,sans-serif; padding-right:0px; color:#333333; font-size:13px; line-height:16px
Thanks in advance!
View the full article
Hi All,
<p style="border:none; font-family:Segoe UI,Lucida Grande,Verdana,Arial,Helvetica,sans-serif; padding-right:0px; color:#333333; font-size:13px; line-height:16px
As mentioned on the subject, I want to know how will I be able to verify the certificate chain attached/embedded to an EXE file.
<p style="border:none; font-family:Segoe UI,Lucida Grande,Verdana,Arial,Helvetica,sans-serif; padding-right:0px; color:#333333; font-size:13px; line-height:16px
Ive already seen the X509Certificate.Verify() method but I think this can be used on detached/stand-alone .CER files.
<p style="border:none; font-family:Segoe UI,Lucida Grande,Verdana,Arial,Helvetica,sans-serif; padding-right:0px; color:#333333; font-size:13px; line-height:16px
What I want is a method to verify the certificate chain of an EXE file, passing the EXEs file path as the argument.
<p style="border:none; font-family:Segoe UI,Lucida Grande,Verdana,Arial,Helvetica,sans-serif; padding-right:0px; color:#333333; font-size:13px; line-height:16px
Pseudo-code:
<pre class="prettyprint prettyprinted" style="font-family:inherit; outline:0px; list-style-type:none; word-wrap:normal; overflow-y:hidden; overflow-x:auto; color:#333333; font-size:13px; line-height:16px <span class="typ" style="border:0px; font-style:inherit; font-family:inherit; margin:0px; outline:0px; padding:0px Verify<span class="pun" style="border:0px; font-style:inherit; font-family:inherit; margin:0px; outline:0px; padding:0px (<span class="kwd" style="border:0px; font-style:inherit; font-family:inherit; margin:0px; outline:0px; padding:0px string<span class="pln" style="border:0px; font-style:inherit; font-family:inherit; margin:0px; outline:0px; padding:0px exeFilePath<span class="pun" style="border:0px; font-style:inherit; font-family:inherit; margin:0px; outline:0px; padding:0px );[/code]
<span style="color:#333333; font-family:Segoe UI,Lucida Grande,Verdana,Arial,Helvetica,sans-serif; font-size:13px; line-height:16px
<p style="border:none; font-family:Segoe UI,Lucida Grande,Verdana,Arial,Helvetica,sans-serif; padding-right:0px; color:#333333; font-size:13px; line-height:16px
It is greatly appreciated if you can post some snippet codes.
<p style="border:none; font-family:Segoe UI,Lucida Grande,Verdana,Arial,Helvetica,sans-serif; padding-right:0px; color:#333333; font-size:13px; line-height:16px
Thanks in advance!
View the full article