Re: cryptui.h
From: Don Park (donpark_at_docuverse.com)
Date: 10/21/03
- Previous message: Michel Gallant: "KeyPal: A CryptoAPI Key Container Utility"
- In reply to: Michel Gallant: "Re: cryptui.h"
- Next in thread: Michel Gallant: "Re: cryptui.h"
- Reply: Michel Gallant: "Re: cryptui.h"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 21 Oct 2003 12:55:54 -0700
Thanks Michel. BTW, isn't the parameter structure for
CryptUIDlgViewCertificate PCCRYPTUI_VIEWCERTIFICATE_STRUCT?
Best,
Don Park
donpark@docuverse.com
"Michel Gallant" <neutron@nspxistar.ca> wrote in message
news:%231YUAK%23lDHA.2444@TK2MSFTNGP09.phx.gbl...
> David,
>
> Is it OK for me to post the signatures here from cryptui.h of
> CryptUIDlgViewCertificate(..)
> and the struct
> CRYPT_KEY_PROV_INFO ??
>
> Thanks,
> - Michel Gallant
> Visual Security MVP
>
>
> "David Cross [MS]" <dcross@online.microsoft.com> wrote in message
> news:eJ8$A$8lDHA.2676@TK2MSFTNGP11.phx.gbl...
> > Although these are not exposed on downlevel platforms, you can use
CAPICOM
> > to achieve the same results.
> >
> > --
> >
> >
> > David B. Cross [MS]
> >
> > --
> > This posting is provided "AS IS" with no warranties, and confers no
rights.
> >
> > http://support.microsoft.com
> >
> > "Don Park" <donpark@docuverse.com> wrote in message
> > news:OhMGhw6lDHA.3504@TK2MSFTNGP11.phx.gbl...
> > > I want to use following three Win32 APIs to display cert info:
> > >
> > > CryptUIDlgViewContext on XP and Windows Server 2003
> > > CertViewProperties on Windows 2000 Pro and Server.
> > > CryptUIDlgViewCertificate on Win98+
> > >
> > > CryptUIDlgViewContext is declared in cryptuiapi.h.
> > >
> > > CertViewProperties is declared in cryptdlg.h, but I haven't been able
to
> > > locate it anywhere. Thankfully, it was recently documented in MSDN so
I
> > can
> > > invoke it.
> > >
> > > CryptUIDlgViewCertificate is declared in cryptui.h which is also
missing.
> > > Unlike CertViewProperties, this function is not defined, so I can't
use it
> > > without function signature and parameter structure declaration.
> > >
> > > If you have a copy of cryptui.h or information on
> > > PCCRYPTUI_VIEWCERTIFICATE_STRUCT, I would appreciate it if you could
share
> > > it with me.
> > >
> > > Best,
> > >
> > > Don Park
> > >
> > >
> >
> >
>
>
- Previous message: Michel Gallant: "KeyPal: A CryptoAPI Key Container Utility"
- In reply to: Michel Gallant: "Re: cryptui.h"
- Next in thread: Michel Gallant: "Re: cryptui.h"
- Reply: Michel Gallant: "Re: cryptui.h"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|