Re: createRequestWstr and IEnroll control

From: Vishal Agarwal[MSFT] (vishala_at_online.microsoft.com)
Date: 02/26/04


Date: Wed, 25 Feb 2004 22:35:38 -0800

To use this API for PKCS7, you need to set either the renewalCertificate
property or the SignerCertificate property.

Thanks,
Vishal[MSFT]

-- 
This posting is provided "AS IS" with no warranties, and confers no rights
"anth0" <totoy81@caramail.com> wrote in message
news:aa6c6d5b.0402240913.63438e43@posting.google.com...
> In the following code, where ptrIenroll is a pointer on IEnroll, i have :
>
>
>         CRYPT_DATA_BLOB p;
> PCRYPT_DATA_BLOB pp=&p
>         LPCWSTR a=NULL;
> LPCWSTR b=NULL;
>          [...]
>
>           ptrIenroll->createRequestWStr(XECR_PKCS7,a,b,pp);
>
> I got a 80070057 error (bad parameter)
>
> I really don't see the error.
>
> Someone can help me?