cancel
Showing results for 
Search instead for 
Did you mean: 

sign XML with key P12

Former Member
0 Kudos

Hi!

I wonna sign one file xml using file key P12, I have the key with user and password, Some help??

Regards!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I built a separate executable using the .Net IDE to digitally sign the XML for me.   You pass in the XML and it signs it and passes it back.  It seems cumbersome, but it works very well.

Former Member
0 Kudos

Now just turn that into an Assembly and call that from your PB Classic application!  

Former Member
0 Kudos

Hi Chris,

Can you direct me to some documentation on how to use a .Net assembly in a PB Classic app?

Former Member
Former Member
0 Kudos

Thanks Chris!

Former Member
0 Kudos

Hi Victor;

  How about building a .Net assembly in either PB Classic, PB.Net or VS and use the SignXML ( ) method for this?

FYI:  How to: Sign XML Documents with Digital Signatures

Regards ... Chris

Former Member
0 Kudos

PB Classic.

Former Member
0 Kudos

   The key is to build a .Net assembly (OR you could also build a Web Service) where you pass in the XML data stream and are returned a signed XML document. If you go the .Net assembly route - then you will need to use the .Net inter-op from PB Classic (FYI:  )

Former Member
0 Kudos

I will be use the How to: Sign XML Documents with Digital Signatures. I hope that it´s run 😃