[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ms-cryptoapi
Subject:    Re: Displaying Certificates list dialog
From:       Martin Szotkowski <martin.szotkowski () ICA ! CZ>
Date:       2000-07-24 17:03:21
[Download RAW message or body]


I found this in CryptUI.DLL

int (__stdcall * CryptUIStartCertMgr)(int, int, int, int);
CryptUIStartCertMgr(0,0,0,0);

this start Certificate dialog, all works fine, but other function from this
dll aren't ease (:-<)

Martin

void (__stdcall * pFn)(int, int, int, int);
HINSTANCE hInstDll = LoadLibrary("cryptui.dll");
pFn = (void (__stdcall *)(int, int, int, int)) GetProcAddress(hInstDll,
"CryptUIStartCertMgr");
pFn(0,0,0,0);

----- Original Message -----
From: "Vijay Srinivas" <VijayS@TRUSTMARQUE.COM>
To: <CryptoAPI@DISCUSS.MICROSOFT.COM>
Sent: Wednesday, July 05, 2000 5:14 PM
Subject: Re: Displaying Certificates list dialog


> I guess it must be the CryptUIDlgSelectCertificateA function in the
> CryptUI.DLL... Does anyone know the function's parameters, return value
> etc.? I wonder why M$ wants to keep useful things like this as a secret...
> How can they expect applications to integrate seamlessly into the OS if
they
> don't publish things like this...? !!!! :-)
>
> Vijay
>
> -----Original Message-----
> From: Slawomir Marciniak [mailto:Slawek@SUNTECH.COM.PL]
> Sent: Wednesday, 05 July 2000 13:58 PM
> To: CryptoAPI@DISCUSS.MICROSOFT.COM
> Subject: Re: Displaying Certificates list dialog
>
>
> Microsoft uses cryptui.dll that is not a part of SDK.
> TOP SECRET
>
>
> -----Original Message-----
> From: Vijay Srinivas [mailto:VijayS@TRUSTMARQUE.COM]
> Sent: Wednesday, July 05, 2000 1:15 PM
> To: CryptoAPI@DISCUSS.MICROSOFT.COM
> Subject: Displaying Certificates list dialog
>
>
> Hi all,
>
> Does anyone know what API to use to display the Certificates list dialog
> (the one that IE displays) and to select a certificate from it? I know how
> to do it using WinInet functions, but not sure how to use it for the above
> mentioned scenario... I know MS's SignCode utility does it... So there
must
> be a way....
>
> Thanks in advance...
>
> Vijay
>
> ----------------------------------------------------------------
> Users Guide http://msdn.microsoft.com/workshop/essentials/mail.asp
> contains important info including how to unsubscribe.  Save time, search
> the archives at http://discuss.microsoft.com/archives/index.html
>
> ----------------------------------------------------------------
> Users Guide http://msdn.microsoft.com/workshop/essentials/mail.asp
> contains important info including how to unsubscribe.  Save time, search
> the archives at http://discuss.microsoft.com/archives/index.html
>
> ----------------------------------------------------------------
> Users Guide http://msdn.microsoft.com/workshop/essentials/mail.asp
> contains important info including how to unsubscribe.  Save time, search
> the archives at http://discuss.microsoft.com/archives/index.html

----------------------------------------------------------------
Users Guide http://msdn.microsoft.com/workshop/essentials/mail.asp
contains important info including how to unsubscribe.  Save time, search
the archives at http://discuss.microsoft.com/archives/index.html

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic