Re: PCCERT_CONTEXT x.509

From: Drew Cooper [MSFT] (dcoop_at_online.microsoft.com)
Date: 01/30/04


Date: Thu, 29 Jan 2004 17:07:55 -0800

A PCCERT_CONTEXT is a pointer to a CERT_CONTEXT. Look up CERT_CONTEXT in
the Platform SDK. The first member of the struct is dwCertEncodingType. It
can be X509_ASN_ENCODING .

Check out what the Platform SDK has to say about it, then if you have any
questions please ask them on microsoft.public.platformsdk.security.

-- 
Drew Cooper [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
"Anyone" <rick@server.net> wrote in message
news:bvbng5$r1f@library2.airnews.net...
> Is the PCCERT_CONTEXT struct the same as x.509?  If not, what's different?
>
> Thanks
>
>


Relevant Pages

  • Re: Header Files out of sysnc with system dlls (shellapi.h)
    ... these are declared in the struct in shellapi.h ... >I believe that the header files are out of date, can some one tell me how I can get the latest versions as installing the service pack didn't work. ... You will need an updated Platform SDK. ...
    (microsoft.public.vstudio.general)
  • Re: structure address = structure first field address ?
    ... "everywhere except before the first member" ... "padded before struct", it is still incorrect. ... The structure must be aligned and padding inserted as needed ... system where int must be aligned on a multiple of 4 and long on a ...
    (comp.lang.c)
  • Re: structure address = structure first field address ?
    ... We can agree padded before first member to longest basic type. ... implement a struct with char followed by int, ... The structure must be aligned and padding inserted as needed ... system where int must be aligned on a multiple of 4 and long on a ...
    (comp.lang.c)
  • Re: Reinitializing static array???
    ... > work in the first member in mystruct_st itself is a struct. ... The lark is exclusively a Soviet bird. ...
    (comp.lang.c)
  • Re: Implementing JAVA interfaces in FORTRAN 20xx
    ... For C struct, it is guaranteed that a pointer to a struct ... is equivalent to a pointer to its first member. ... C interoperability <snip> ...
    (comp.lang.fortran)

Quantcast