Retrieve the Certified public Key by using SECKFMGetPublicKey

Hi cracks

I want to retrieve the certified public key and I’m not sure if I have to use the function → SECKFMGetPublicKey.

Also there’s nowhere a documentation about how to implements this C-Api function in LS.

can anyone help me?

I just make this:

Declare Function SECKFMGetPublicKey Lib " nnotes "(

Byval pName As String,

Byval Function As Integer,

Byval Flags As Integer,

Byval rethPubKey as Long

) As Integer

but this is all i could… :frowning:

thanx

marco