|
I am loading a certificate from micrsoft certrificate store. From that I get PCCERT_CONTEXT. From this PCCERT_CONTEXT, I extract the member that contains the public key blob which I write in binary format into a file.
I read from this file and send the contents to xmlSecCryptoAppKeyLoadMemory(). So which format should i specify in this condition from the given below list
Thanks and regards
Yesh
On 12/18/06, Aleksey Sanin <aleksey@xxxxxxxxxxx> wrote:
If you use PEM format, it should be in PEM format, if you use DER format, it should be in DER format, and so on.
Aleksey
Yeshwanth C wrote: > I even converted the file to base 64 but still the same error "invalid > format" 1. What should teh file format be? > Pasted here is the file contents
> > MIGJAoGBAM9oqhVJrRkG4Dbc1nLhpNWH1X4+U45ktc+kZD6H6gG+F/LmqA2YEZgCKJqWzjLG8MV4 > > y/8r0XDmOfCc/6i75a/h2zFphu5fakl7hZ/OshDLHgfvkr4tiIqj8JE5E6WZzFCRq4beLzrsdgG/ > > FEeP6PWoCdqHVzHCAX8c7h10QvqFAgMBAAE
> > > > REgards > yesh >
_______________________________________________
xmlsec mailing list
xmlsec@xxxxxxxxxxx
http://www.aleksey.com/mailman/listinfo/xmlsec
|