Digital Signature

C

ctaylo39

Sub SelectDigCertificate(ByVal intHwnd As Long)
Dim objSignatureInfo As SignatureInfo
Dim objDialog As Object

objDialog = objSignatureInfo.SelectSignatureCertificate(intHwnd)

End Sub

This is the sample code to display a Dialog to pick which digital
certificate you want to use.
I have researched for a day or so and still can't find how to
referenced the parent window to make this work. Does anyone have any
sample code, or can point me in the right direction? I have been stuck
on this for a while. Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top