Click here to Skip to main content
15,924,193 members
Home / Discussions / C#
   

C#

 
AnswerRe: Please do my homework??? Pin
Dave Kreskowiak12-Aug-04 6:34
mveDave Kreskowiak12-Aug-04 6:34 
AnswerRe: Please do my homework??? Pin
dennis yi12-Aug-04 7:06
dennis yi12-Aug-04 7:06 
AnswerRe: Please do my homework??? Pin
Nick Parker12-Aug-04 7:53
protectorNick Parker12-Aug-04 7:53 
AnswerRe: Please do my homework??? Pin
BECK712-Aug-04 10:04
BECK712-Aug-04 10:04 
GeneralMasks in C# Pin
BECK712-Aug-04 5:41
BECK712-Aug-04 5:41 
GeneralRe: Masks in C# Pin
Nick Parker12-Aug-04 7:55
protectorNick Parker12-Aug-04 7:55 
GeneralRe: Masks in C# Pin
BECK712-Aug-04 10:01
BECK712-Aug-04 10:01 
GeneralSslStream in .net 2 Pin
Werdna12-Aug-04 5:12
Werdna12-Aug-04 5:12 
Does anyone know where I can find any examples on using SslStream class from .net framework 2?

I'm trying to do secure socket connection, but I'm not sure what are the steps necessary.
I have a certificate file (.pem), but I'm not sure what steps to take.
I tried using Socket

TcpClient client = new TcpClient();
client.Connect(address, port);
SslStream sslStream = new SslStream(client.GetStream());

but I'm not sure how to use the key file. I think I have to use X509Certificate class somewhere.
Thanks.

Generaldatagrid display Pin
elraton12-Aug-04 4:54
elraton12-Aug-04 4:54 
GeneralWindows Service dependency problem Pin
halexic12-Aug-04 4:53
halexic12-Aug-04 4:53 
GeneralRe: Windows Service dependency problem Pin
ChrisAdams12-Aug-04 9:54
ChrisAdams12-Aug-04 9:54 
GeneralRe: Windows Service dependency problem Pin
halexic12-Aug-04 10:13
halexic12-Aug-04 10:13 
Generalsoftware base router implemention. Pin
12-Aug-04 4:48
suss12-Aug-04 4:48 
GeneralRe: software base router implemention. Pin
Dave Kreskowiak12-Aug-04 6:28
mveDave Kreskowiak12-Aug-04 6:28 
GeneralUnhandled exception Pin
Serge Lobko-Lobanovsky12-Aug-04 4:41
Serge Lobko-Lobanovsky12-Aug-04 4:41 
GeneralAdding new record to dataset Pin
C#Coder6712-Aug-04 4:31
C#Coder6712-Aug-04 4:31 
GeneralRe: Adding new record to dataset Pin
DougW4812-Aug-04 8:11
DougW4812-Aug-04 8:11 
GeneralAdding new record to dataset Pin
C#Coder6712-Aug-04 4:30
C#Coder6712-Aug-04 4:30 
Question.Net Spy? Pin
matthias s.12-Aug-04 3:24
matthias s.12-Aug-04 3:24 
AnswerRe: .Net Spy? Pin
Nick Parker12-Aug-04 4:41
protectorNick Parker12-Aug-04 4:41 
GeneralRe: .Net Spy? Pin
matthias s.12-Aug-04 5:00
matthias s.12-Aug-04 5:00 
AnswerRe: .Net Spy? Pin
Stefan Troschuetz12-Aug-04 5:28
Stefan Troschuetz12-Aug-04 5:28 
GeneralRe: .Net Spy? Pin
studioluc15-Aug-04 22:10
studioluc15-Aug-04 22:10 
GeneralRe: .Net Spy? Pin
Stefan Troschuetz16-Aug-04 10:01
Stefan Troschuetz16-Aug-04 10:01 
AnswerRe: .Net Spy? Pin
DRVoodoo12-Aug-04 19:43
DRVoodoo12-Aug-04 19: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.