Re: From a PKCS7 file to a Certificate..How?

From: trever (treverflint@hotmail.com)
Date: 08/29/02


From: "trever" <treverflint@hotmail.com>
Date: Thu, 29 Aug 2002 13:45:19 -0700


hi,
question is what you need to read pkcs7
or pfx file.
in my opnion the only thing you can generate is pkcs#7 encoded data of the
cert and send it to client pc
on client side they have planty of options:
1) create acert store from the file read the certs from that store
2)can use xenrol (ICEnroll::acceptFilePKCS7)
hope this felps

"Eric" <eric.h@netcourrier.com> wrote in message
news:u8jVWUzTCHA.3252@tkmsftngp12...
> if it's p12 that means it contains also the private key... I guess...but I
> don't understand the link to my question...
>
> "trever" <treverflint@hotmail.com> wrote in message
> news:eqNBHHrTCHA.3188@tkmsftngp12...
> > hi,
> > do you think that PKCS#7 and PKCS#12(PFX) are one and the same?
> > "Eric" <eric.h@netcourrier.com> wrote in message
> > news:e01PfBqTCHA.4136@tkmsftngp08...
> > > Hi all,
> > >
> > > My CA will store the Client's certificates onto a FTP server as PKCS7
> > files
> > > (pfx files).
> > > The clients (they are using a C++ application with CAPI..not CAPICOM)
> then
> > > will download the files and they will be installed onto the system.
> > > I just wonder which CryptoAPI functions to use for pointing to a p7
file
> > on
> > > the disk and then register it in a specific store onto the system?
> > > Thanks
> > > Eric
> > >
> > >
> >
> >
>
>



Relevant Pages

  • Re: Certificate Installation Question
    ... For that task you need to request a certificate for your clients. ... >>> However, for my users, is there a way I can automate this so that it>>> goes to the correct store? ... Is there a command line utility that I can>>> import this cert to? ... The Client Authentication ...
    (microsoft.public.internet.radius)
  • Re: From a PKCS7 file to a Certificate..How?
    ... in my opnion the only thing you can generate is pkcs#7 encoded data of the ... cert and send it to client pc ... on client side they have planty of options: ... create acert store from the file read the certs from that store ...
    (microsoft.public.security)
  • Re: .Net client and SSL mutual authentication : 403 Forbidden, client certificate not sent
    ... Is your client an asp .Net web application? ... mentioned works only when the cert is installed in the local_machine store!) ... You could also try loading the cert from file instead of loading from store ... > can't succeed in writing a C# client using a client certificate. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: X509 Certificate not showing in web client
    ... Thats because when its an App it runs from the logged in users Certificate ... store, but when its a web page/service it uses the ASP.NET users web store ... and just make sure they both have permissions to access the cert. ... Try putting the client ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: Accessing certificate store from ASP.NET web project
    ... the cert must be in the local computer/personal) store - it will then open ... Have a look at the source code to open the right cert store... ... One of the locations requires a x509 certificate in order ... different user context than my vb.net web project. ...
    (microsoft.public.dotnet.security)