value Issuer of a certificate in c #

1

Dear. I'm extracting the Issuer property from a digital certificate and then signing a file the issue is that in c # throw me this

C = CO, L="BOGOTÁ, DC", STREET = Race 21 A No 124 - 55 Office 303. link , OU = link , T = AC GSE SA, OR = GESTION DE SEGURIDAD ELECTRONICA SA, E = [email protected] .co, SERIALNUMBER = NIT 9002042728, CN = SUB001 AC GSE SA, Description = Subordinated Certificate 001 AC GSE SA

but the signature validator apparently invalidates me because he wants it that way (I think it's in java):

C = CO, L = BOGOTÁ \, DC, STREET = Race 21 A No 124 - 55 Office 303. link DE SEGURIDAD ELECTRONICA SA, 1.2.840.113549.1.9.1 = # 160d6361406773652e636f6d2e636f, 2.5.4.5 = # 130e4e49542039303032303432373238, CN = SUB001 AC GSE SA, 2.5.4.13 = # 0c27436572746966696361646f205375626f7264696e616461203030312041432047534520532e412e

the question is how could I get it in the second way.

Thanks

    
asked by Jose Aguilar 18.05.2017 в 00:56
source

0 answers