Click here to Skip to main content
15,888,984 members
Home / Discussions / C#
   

C#

 
Questionuse ready made form in another form Pin
mattlas24-Aug-15 22:46
mattlas24-Aug-15 22:46 
AnswerRe: use ready made form in another form Pin
OriginalGriff24-Aug-15 22:56
mveOriginalGriff24-Aug-15 22:56 
GeneralRe: use ready made form in another form Pin
mattlas24-Aug-15 23:43
mattlas24-Aug-15 23:43 
GeneralRe: use ready made form in another form Pin
OriginalGriff24-Aug-15 23:48
mveOriginalGriff24-Aug-15 23:48 
GeneralRe: use ready made form in another form Pin
mattlas25-Aug-15 0:51
mattlas25-Aug-15 0:51 
GeneralRe: use ready made form in another form Pin
OriginalGriff25-Aug-15 1:04
mveOriginalGriff25-Aug-15 1:04 
GeneralRe: use ready made form in another form Pin
Dave Kreskowiak25-Aug-15 1:30
mveDave Kreskowiak25-Aug-15 1:30 
QuestionHow to check a catalog file is signed and get certificate details Pin
Member 1193329524-Aug-15 21:06
Member 1193329524-Aug-15 21:06 
I can check this though signtool.exe and it results in the text output though below command.
signtool.exe verify /v /pa "C:\test\ftdiport.cat"
And this result the output in verbose mode in command prompt or we can redirect it to a text file as below.


Verifying: C:\test\ftdiport.cat<br />
<br />
Signing Certificate Chain:<br />
    Issued to: Class 3 Public Primary Certification Authority<br />
<br />
    Issued by: Class 3 Public Primary Certification Authority<br />
<br />
    Expires:   8/2/2028 5:29:59 AM<br />
<br />
    SHA1 hash: 742C3192E607E424EB4549542BE1BBC53E6174E2<br />
<br />
<br />
        Issued to: VeriSign Class 3 Code Signing 2004 CA<br />
<br />
        Issued by: Class 3 Public Primary Certification Authority<br />
<br />
        Expires:   7/16/2014 5:29:59 AM<br />
<br />
        SHA1 hash: 197A4AEBDB25F0170079BB8C73CB2D655E0018A4<br />
<br />
<br />
            Issued to: Future Technology Devices International Ltd<br />
<br />
            Issued by: VeriSign Class 3 Code Signing 2004 CA<br />
<br />
            Expires:   9/30/2010 5:29:59 AM<br />
<br />
            SHA1 hash: 029E8FF6146EE9AEDA68092AB030057165B73A20<br />
<br />
<br />
The signature is timestamped: 3/31/2010 6:10:55 PM<br />
<br />
Timestamp Verified by:<br />
    Issued to: Thawte Timestamping CA<br />
<br />
    Issued by: Thawte Timestamping CA<br />
<br />
    Expires:   1/1/2021 5:29:59 AM<br />
<br />
    SHA1 hash: BE36A4562FB2EE05DBB3D32323ADF445084ED656<br />
<br />
<br />
        Issued to: VeriSign Time Stamping Services CA<br />
<br />
        Issued by: Thawte Timestamping CA<br />
<br />
        Expires:   12/4/2013 5:29:59 AM<br />
<br />
        SHA1 hash: F46AC0C6EFBB8C6A14F55F09E2D37DF4C0DE012D<br />
<br />
<br />
            Issued to: VeriSign Time Stamping Services Signer - G2<br />
<br />
            Issued by: VeriSign Time Stamping Services CA<br />
<br />
            Expires:   6/15/2012 5:29:59 AM<br />
<br />
            SHA1 hash: ADA8AAA643FF7DC38DD40FA4C97AD559FF4846DE<br />
<br />
<br />
Successfully verified: C:\Users\ur00361883\Desktop\ftdiport.cat<br />
<br />
<br />
Number of files successfully Verified: 1<br />
<br />
Number of warnings: 0<br />
<br />
Number of errors: 0


One option is to parse this file and I need to get below details.
Catalog file is Signed/Unsigned and Certificate issued for it and its expiry date.
Is there any option like some libraries instead of parsing this text file whether in c#,vbscript,autoit or powershell or any platform.
If no option, please guide me on how to parse this output.
AnswerRe: How to check a catalog file is signed and get certificate details Pin
Richard MacCutchan24-Aug-15 21:35
mveRichard MacCutchan24-Aug-15 21:35 
Questioncontrolling device remotely Pin
amitcoded14324-Aug-15 0:42
amitcoded14324-Aug-15 0:42 
AnswerRe: controlling device remotely Pin
Eddy Vluggen24-Aug-15 1:57
professionalEddy Vluggen24-Aug-15 1:57 
QuestionWindowsInstaller 4.5 on Windows XP error processor type Pin
DPaul199423-Aug-15 7:31
DPaul199423-Aug-15 7:31 
AnswerRe: WindowsInstaller 4.5 on Windows XP error processor type Pin
Dave Kreskowiak23-Aug-15 15:49
mveDave Kreskowiak23-Aug-15 15:49 
AnswerRe: WindowsInstaller 4.5 on Windows XP error processor type Pin
Pete O'Hanlon23-Aug-15 19:35
mvePete O'Hanlon23-Aug-15 19:35 
GeneralRe: WindowsInstaller 4.5 on Windows XP error processor type Pin
DPaul199423-Aug-15 21:47
DPaul199423-Aug-15 21:47 
QuestionProblem with Paper Orientation Pin
Thahir Pattanathel23-Aug-15 7:20
Thahir Pattanathel23-Aug-15 7:20 
QuestionHow update Records in Sql Pin
M.Balakrishna22-Aug-15 22:59
M.Balakrishna22-Aug-15 22:59 
AnswerRe: How update Records in Sql Pin
OriginalGriff22-Aug-15 23:16
mveOriginalGriff22-Aug-15 23:16 
Questionhow to turn on CFG in C#? Pin
morglorf22-Aug-15 15:00
morglorf22-Aug-15 15:00 
AnswerRe: how to turn on CFG in C#? Pin
Dave Kreskowiak22-Aug-15 16:43
mveDave Kreskowiak22-Aug-15 16:43 
QuestionCannot run setup project on Windows XP Pin
DPaul199421-Aug-15 9:36
DPaul199421-Aug-15 9:36 
AnswerRe: Cannot run setup project on Windows XP Pin
Pete O'Hanlon21-Aug-15 10:01
mvePete O'Hanlon21-Aug-15 10:01 
GeneralRe: Cannot run setup project on Windows XP Pin
DPaul199421-Aug-15 12:37
DPaul199421-Aug-15 12:37 
GeneralRe: Cannot run setup project on Windows XP Pin
Dave Kreskowiak21-Aug-15 14:59
mveDave Kreskowiak21-Aug-15 14:59 
GeneralRe: Cannot run setup project on Windows XP Pin
DPaul199421-Aug-15 23:43
DPaul199421-Aug-15 23:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.