I have a certificate with the following subject information (from Windows 
certificate browser):

Serialnumber = PID:9802-2002-2-095874063962
CN = Kim Hellan Larsen
O = Ingen organisatorisk tilknytning
C = DK

If I use the 
System.Security.Cryptography.X509Certificates.X509Certificate.GetName() to get 
the subject from the certificate, I get:

"C=DK, O=Ingen organisatorisk tilknytning, CN=Kim Hellan Larsen + 
OID.2.5.4.5=PID:9802-2002-2-095874063962" 

Which is okay...
But Mono's X509Certificate.SubjectName only gives me:

"C=DK, O=Ingen organisatorisk tilknytning, CN=Kim Hellan Larsen"        

Mono is not able to "see" the subjectSerialNumber.

/Kim


-----Oprindelig meddelelse-----
Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] P� vegne af Hubert FONGARNAND
Sendt: 24. februar 2005 10:50
Til: [email protected]
Emne: [Mono-list] Problem with monodevelop

I've update (svn update) my mono 1.1.4 this morning and since that I can't run 
monodevelop without this strange error :

** ERROR **: Unmanaged code called delegate of type 
GLib.Idle/IdleProxy.Handler which was already garbage collected.

-- 
Hubert FONGARNAND
Fiducial IT
_______________________________________________
Ce message et les �ventuels documents joints peuvent contenir des informations 
confidentielles.
Au cas o� il ne vous serait pas destin�, nous vous remercions de bien vouloir 
le supprimer et en aviser imm�diatement l'exp�diteur. Toute utilisation de ce 
message non conforme � sa destination, toute diffusion ou publication, totale 
ou partielle et quel qu'en soit le moyen est formellement interdite.
Les communications sur internet n'�tant pas s�curis�es, l'int�grit� de ce 
message n'est pas assur�e et la soci�t� �mettrice ne peut �tre tenue pour 
responsable de son contenu.
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list




___________________________________________________________________
www.kmd.dk   www.kundenet.kmd.dk   www.eboks.dk   www.civitas.dk   
www.netborger.dk

Hvis du har modtaget denne mail ved en fejl vil jeg gerne, at du informerer mig 
og sletter den.
KMD skaber it-services, der fremmer effektivitet hos det offentlige, 
erhvervslivet og borgerne.

If you received this e-mail by mistake, please notify me and delete it. Thank 
you.
Our mission is to enhance the efficiency of the public sector and improve its 
service of the general public. 

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to