Click here to Skip to main content
15,890,282 members
Home / Discussions / C#
   

C#

 
AnswerRe: System. Pin
Dave Kreskowiak17-May-07 11:14
mveDave Kreskowiak17-May-07 11:14 
QuestionImage from an array Pin
filinM17-May-07 9:32
filinM17-May-07 9:32 
AnswerRe: Image from an array Pin
Dave Kreskowiak17-May-07 11:19
mveDave Kreskowiak17-May-07 11:19 
QuestionPublic Key & Certificate Validation Pin
Nicholas Cardi17-May-07 8:51
Nicholas Cardi17-May-07 8:51 
AnswerRe: Public Key & Certificate Validation Pin
led mike17-May-07 9:04
led mike17-May-07 9:04 
GeneralRe: Public Key & Certificate Validation Pin
Nicholas Cardi17-May-07 9:35
Nicholas Cardi17-May-07 9:35 
GeneralRe: Public Key & Certificate Validation Pin
led mike17-May-07 9:44
led mike17-May-07 9:44 
GeneralRe: Public Key & Certificate Validation Pin
Nicholas Cardi17-May-07 10:14
Nicholas Cardi17-May-07 10:14 
led mike,
Thank for the information but I am not using sockets or streams. I have a set of files that are digitally signed and I want to make sure their signatures are valid. After getting the files and the digital signatures I need the URL's public key to validate the Signatures.

Using Fiddler I noticed the following response on a 443 connect. However, I am not sure how this would translate to x509 certificate in C# code.

~Nick

HTTP/1.1 200 Connection Established

This is a HTTPS CONNECT Tunnel. Secure traffic flows through this connection.

Secure Protocol: Tls
Cipher: Rc4 128bits
Hash Algorithm: Md5 128bits
Key Exchange: RsaSign 1024bits
Certificate:
[Subject]
CN=www.intellicheck.com, OU=Secure Link SSL, OU=Data Systems, O="Intelli-Check, Inc.", STREET=246 Crossways Park West, L=Woodbury, S=NY, PostalCode=11797, C=US

[Issuer]
CN=Network Solutions Certificate Authority, O=Network Solutions L.L.C., C=US

[Serial Number]
00F36126851351E1E58CD16C5DA38A430C

[Not Before]
9/5/2005 8:00:00 PM

[Not After]
9/5/2008 7:59:59 PM

[Thumbprint]
BAF241B7E84E5663AE70D7470076EF1D0CAEF222



Forever Developing

QuestionDllNotFoundException Pin
thebeekeeper17-May-07 8:46
thebeekeeper17-May-07 8:46 
AnswerRe: DllNotFoundException Pin
kubben17-May-07 8:53
kubben17-May-07 8:53 
GeneralRe: DllNotFoundException Pin
thebeekeeper17-May-07 9:06
thebeekeeper17-May-07 9:06 
AnswerRe: DllNotFoundException Pin
Wes Aday17-May-07 9:52
professionalWes Aday17-May-07 9:52 
GeneralRe: DllNotFoundException Pin
thebeekeeper17-May-07 10:12
thebeekeeper17-May-07 10:12 
GeneralRe: DllNotFoundException Pin
mav.northwind17-May-07 19:38
mav.northwind17-May-07 19:38 
GeneralRe: DllNotFoundException Pin
thebeekeeper18-May-07 6:42
thebeekeeper18-May-07 6:42 
QuestionRead from text file..! Pin
mr jets17-May-07 8:26
mr jets17-May-07 8:26 
AnswerRe: Read from text file..! Pin
Not Active17-May-07 9:02
mentorNot Active17-May-07 9:02 
AnswerRe: Read from text file..! Pin
led mike17-May-07 9:11
led mike17-May-07 9:11 
GeneralRe: Read from text file..! Pin
mr jets17-May-07 11:31
mr jets17-May-07 11:31 
QuestionHow do I call javascript functions from my c# application? Pin
chance@crwmail.com17-May-07 8:23
chance@crwmail.com17-May-07 8:23 
AnswerRe: How do I call javascript functions from my c# application? Pin
led mike17-May-07 9:06
led mike17-May-07 9:06 
QuestionRe: How do I call javascript functions from my c# application? Pin
chance@crwmail.com17-May-07 10:02
chance@crwmail.com17-May-07 10:02 
QuestionClass Modifiers Pin
Chwins17-May-07 7:00
Chwins17-May-07 7:00 
AnswerRe: Class Modifiers [modified] Pin
Edmundisme17-May-07 7:27
Edmundisme17-May-07 7:27 
GeneralRe: Class Modifiers Pin
Dave Doknjas17-May-07 14:03
Dave Doknjas17-May-07 14:03 

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.