Click here to Skip to main content
15,898,659 members
Home / Discussions / C#
   

C#

 
GeneralRe: File Format Pin
Luc Pattyn16-Sep-09 5:22
sitebuilderLuc Pattyn16-Sep-09 5:22 
GeneralRe: File Format Pin
Senseicads16-Sep-09 5:28
Senseicads16-Sep-09 5:28 
GeneralRe: File Format Pin
Luc Pattyn16-Sep-09 5:35
sitebuilderLuc Pattyn16-Sep-09 5:35 
QuestionNullReferenceException was unhandled Pin
Chantal Labrie16-Sep-09 3:27
Chantal Labrie16-Sep-09 3:27 
AnswerRe: NullReferenceException was unhandled Pin
Keith Barrow16-Sep-09 3:33
professionalKeith Barrow16-Sep-09 3:33 
AnswerRe: NullReferenceException was unhandled Pin
Luc Pattyn16-Sep-09 4:05
sitebuilderLuc Pattyn16-Sep-09 4:05 
AnswerRe: NullReferenceException was unhandled Pin
Muhammad Mazhar16-Sep-09 11:27
Muhammad Mazhar16-Sep-09 11:27 
QuestionAdd extension to X509Certificate Pin
Liborac_16-Sep-09 2:27
Liborac_16-Sep-09 2:27 
Hi,
I need to add x509Extension to x509Certificate2 class but i dont know how (i read somewhere its not possible so im not sure about it).
Lets imagine this code :

X509Certificate2 cert;
X509Extension ext;

cert.Extensions.Add (ext); // since here its ok i can see the collection in debug mode and it is present.

byte [] b = cert.export (X509contentType.Cert);
X509Certificate2 cert2 = new X509Certificate2 (b);


// Here comes the problem ... there is no my extension in the cert2 collection.

Btw: I create it by calling c function CertCreateSelfSignCertficate. Is there any way to add my extension to created certificate or the only way to add it is in the creation time?

i rack my brain with this issue for several days so any help would be very appreciated.

thanks
Libor
QuestionLong operation in c#, when does main end? Pin
yeah100016-Sep-09 2:15
yeah100016-Sep-09 2:15 
AnswerRe: Long operation in c#, when does main end? PinPopular
Luc Pattyn16-Sep-09 2:26
sitebuilderLuc Pattyn16-Sep-09 2:26 
GeneralRe: Long operation in c#, when does main end? Pin
Nagy Vilmos16-Sep-09 2:30
professionalNagy Vilmos16-Sep-09 2:30 
GeneralRe: Long operation in c#, when does main end? Pin
Luc Pattyn16-Sep-09 2:44
sitebuilderLuc Pattyn16-Sep-09 2:44 
GeneralRe: Long operation in c#, when does main end? Pin
musefan16-Sep-09 2:34
musefan16-Sep-09 2:34 
GeneralRe: Long operation in c#, when does main end? Pin
Luc Pattyn16-Sep-09 2:46
sitebuilderLuc Pattyn16-Sep-09 2:46 
GeneralRe: Long operation in c#, when does main end? Pin
musefan16-Sep-09 2:58
musefan16-Sep-09 2:58 
GeneralRe: Long operation in c#, when does main end? Pin
Luc Pattyn16-Sep-09 2:59
sitebuilderLuc Pattyn16-Sep-09 2:59 
GeneralRe: Long operation in c#, when does main end? Pin
musefan16-Sep-09 3:19
musefan16-Sep-09 3:19 
GeneralRe: Long operation in c#, when does main end? Pin
harold aptroot16-Sep-09 2:38
harold aptroot16-Sep-09 2:38 
GeneralRe: Long operation in c#, when does main end? Pin
Nuri Ismail16-Sep-09 2:40
Nuri Ismail16-Sep-09 2:40 
GeneralRe: Long operation in c#, when does main end? Pin
yeah100016-Sep-09 2:48
yeah100016-Sep-09 2:48 
GeneralRe: Long operation in c#, when does main end? Pin
dan!sh 16-Sep-09 3:07
professional dan!sh 16-Sep-09 3:07 
GeneralRe: Long operation in c#, when does main end? Pin
musefan16-Sep-09 3:20
musefan16-Sep-09 3:20 
GeneralRe: Long operation in c#, when does main end? Pin
Luc Pattyn16-Sep-09 3:22
sitebuilderLuc Pattyn16-Sep-09 3:22 
GeneralRe: Long operation in c#, when does main end? Pin
Luc Pattyn16-Sep-09 3:40
sitebuilderLuc Pattyn16-Sep-09 3:40 
GeneralRe: Long operation in c#, when does main end? Pin
N a v a n e e t h16-Sep-09 3:33
N a v a n e e t h16-Sep-09 3: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.