Click here to Skip to main content
15,897,704 members
Home / Discussions / C#
   

C#

 
GeneralRe: Web.Config Pin
Nick Parker4-Aug-04 11:20
protectorNick Parker4-Aug-04 11:20 
GeneralRe: Web.Config Pin
tomc4-Aug-04 12:18
tomc4-Aug-04 12:18 
GeneralRe: Web.Config Pin
Heath Stewart4-Aug-04 16:30
protectorHeath Stewart4-Aug-04 16:30 
GeneralHit test with a Region Pin
Guinness4Strength4-Aug-04 9:35
Guinness4Strength4-Aug-04 9:35 
GeneralRe: Hit test with a Region Pin
Nick Parker4-Aug-04 11:30
protectorNick Parker4-Aug-04 11:30 
GeneralRe: Hit test with a Region Pin
squonk4-Aug-04 13:34
squonk4-Aug-04 13:34 
QuestionWhere can I find the private key associated to my certificate? Pin
Escroto4-Aug-04 9:31
Escroto4-Aug-04 9:31 
AnswerRe: Where can I find the private key associated to my certificate? Pin
Heath Stewart4-Aug-04 12:07
protectorHeath Stewart4-Aug-04 12:07 
Did you take a look at my article at http://www.codeproject.com/dotnet/xmldsiglic.asp[^]? It discusses this a little.

The private key is acquired from a CSP as I mentioned earlier (I believe you were the same person, only anonymously). The CSP is encapsulated in various CSP classes in the .NET BCL but how you access that key isn't always the same. To access the key in my article, for example, I had to use the key at index 1 (0-based, IIRC) because index 0 were keys used only for exchange data. If you could describe a little more about what you're doing, we might be able to help a little more.

If you need to create a self-signing CA, I suggest you download OpenSSL[^]. I wrote an article a while back using a custom configuration file, but when the old site upgraded the downloads were lost and I no longer have the ZIP that contains the config. You can construct one using OpenSSL's default configuration, however, along with their instructions. Just be sure to create a CA that can sign for different capabilities (like server authentication, client authentication, software signing, or whatever you need - or just all capabilities to make it easier).

It's really not too difficult if you read the README file, and I actually think it's a little easier once you get the hang of it than Windows CA Server (which is tightly coupled with the domain).

 

Microsoft MVP, Visual C#
My Articles
GeneralCasting problem Pin
BrcKcc4-Aug-04 8:19
BrcKcc4-Aug-04 8:19 
Generalconceptual question about cryptography and CAPICOM Pin
pelos4-Aug-04 6:33
pelos4-Aug-04 6:33 
GeneralRe: conceptual question about cryptography and CAPICOM Pin
Heath Stewart4-Aug-04 7:10
protectorHeath Stewart4-Aug-04 7:10 
GeneralRe: conceptual question about cryptography and CAPICOM Pin
pelos5-Aug-04 1:53
pelos5-Aug-04 1:53 
GeneralRe: conceptual question about cryptography and CAPICOM Pin
Heath Stewart5-Aug-04 2:29
protectorHeath Stewart5-Aug-04 2:29 
GeneralSorting in HashTables/SortedLists etc Pin
MrEyes4-Aug-04 6:12
MrEyes4-Aug-04 6:12 
GeneralRe: Sorting in HashTables/SortedLists etc Pin
Heath Stewart4-Aug-04 7:05
protectorHeath Stewart4-Aug-04 7:05 
GeneralRe: Sorting in HashTables/SortedLists etc Pin
scadaguy4-Aug-04 12:09
scadaguy4-Aug-04 12:09 
QuestionHowto write values into a Access DB? Pin
bin_jackson4-Aug-04 6:11
bin_jackson4-Aug-04 6:11 
AnswerRe: Howto write values into a Access DB? Pin
Nick Parker4-Aug-04 6:50
protectorNick Parker4-Aug-04 6:50 
GeneralRe: Howto write values into a Access DB? Pin
bin_jackson4-Aug-04 7:00
bin_jackson4-Aug-04 7:00 
GeneralFolderBrowser crashes with long paths Pin
Lasome4-Aug-04 5:47
Lasome4-Aug-04 5:47 
GeneralRe: FolderBrowser crashes with long paths Pin
Heath Stewart4-Aug-04 5:54
protectorHeath Stewart4-Aug-04 5:54 
GeneralRe: FolderBrowser crashes with long paths Pin
Lasome4-Aug-04 5:59
Lasome4-Aug-04 5:59 
GeneralRe: FolderBrowser crashes with long paths Pin
Nick Parker4-Aug-04 6:10
protectorNick Parker4-Aug-04 6:10 
GeneralRe: FolderBrowser crashes with long paths Pin
Heath Stewart4-Aug-04 7:01
protectorHeath Stewart4-Aug-04 7:01 
Generalrun time properties in icon Pin
aberger564-Aug-04 5:33
aberger564-Aug-04 5:33 

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.