Re: CSP error

From: Doug Barlow (soft_pedal_at_hotmail.com)
Date: 10/18/05

  • Next message: serji: "RE: GINA - exception in winlogon"
    Date: Mon, 17 Oct 2005 17:10:26 -0700
    
    

    That description means your CSP threw an exception, such as an attempt to
    access invalid memory or some such.

    Is your CSP trying to access the pszContainer parameter? If the
    CRYPT_VERIFYCONTEXT flag is set, as it is in this case, that parameter
    should be NULL. If you try to access it, you'll get this error.

    Doug Barlow
    The Soft Pedal Shop
    CSP Design & Development Consulting
    http://www.SoftPedal.net

    -- 
    "bender" <bender@discussions.microsoft.com> wrote in message 
    news:6095564E-093B-42B0-A99E-7BC59694CCA4@microsoft.com...
    >I get this error from the CSPDK test suite so I do not even pass in the
    > phProv attribute.  I do not have control over that.
    >
    > All the other AquireContext tests pass.  Could it have something to do 
    > with
    > CRYPT_VERIFYCONTEXT being specified and pszContainer being null? 
    

  • Next message: serji: "RE: GINA - exception in winlogon"