Re: Callback function to handle CRYPT_USER_PROTECTED action
From: WT (wyt168_at_newsgroup.nospam)
Date: 09/20/05
- Previous message: noolyg_at_yahoo.com: "Getting information about a certificate template - MS CA 2003"
- In reply to: Rhett Gong [MSFT]: "Re: Callback function to handle CRYPT_USER_PROTECTED action"
- Next in thread: WT: "Re: Callback function to handle CRYPT_USER_PROTECTED action"
- Reply: WT: "Re: Callback function to handle CRYPT_USER_PROTECTED action"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 20 Sep 2005 10:57:15 -0700
"Rhett Gong [MSFT]" <v-raygon@online.microsoft.com> wrote in message
news:d6lgnsdvFHA.1364@TK2MSFTNGXA01.phx.gbl...
> >do the work before the default MS base CSP is called. But the question
> >what
>>CryptoSPI calls should I monitor and intercept? Any suggestions as to what
>>calls (relating to private key) to monitor?
>
> Is it the password input window you need to intercept? Currently I am
> debugging to see what API is used in this check, if
> there is anything out, I will post it here.
It's one of the dialog boxes I want to intercept. Actually what I want to do
is to totally eliminate the pop-up of the dialog box and provide the require
user input programmably. If that's not possible, an acceptable solution
would be to let the dialog box pop up, but my program will provide the user
input programmbly (I think I can use SendInput), and close the dialog box
immediately.
BTW. The other dialog box I want to eliminate is the one that pops up when I
try to remove a CA cert.
>
>
> Thanks,
> Rhett Gong [MSFT]
> Microsoft Online Partner Support
> Get Secure! - www.microsoft.com/security
> http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp&SD=msdn
>
> This posting is provided "AS IS" with no warranties and confers no rights.
>
- Previous message: noolyg_at_yahoo.com: "Getting information about a certificate template - MS CA 2003"
- In reply to: Rhett Gong [MSFT]: "Re: Callback function to handle CRYPT_USER_PROTECTED action"
- Next in thread: WT: "Re: Callback function to handle CRYPT_USER_PROTECTED action"
- Reply: WT: "Re: Callback function to handle CRYPT_USER_PROTECTED action"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|