PCCERT_CONTEXT
From: Oliver Young (please_at_no.spam.com)
Date: 09/30/03
- Next message: Sam Wilson: "Re: What does CERT_TRUST_IS_OFFLINE_REVOCATION mean? (Windows Server 2003)"
- Previous message: Karl Thorén: "Problems with smart cars and windows XP SP1"
- Next in thread: Pieter Philippaerts: "Re: PCCERT_CONTEXT"
- Reply: Pieter Philippaerts: "Re: PCCERT_CONTEXT"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 30 Sep 2003 14:05:59 +0200
How can I copy one PCCERT_CONTEXT structure into another PCCERT_CONTEXT structure? If I have:
PCCERT_CONTEXT firstCert;
PCCERT_CONTEXT secondCert;
firstCert = CertFindCertificateInStore();
//How to copy?
secondCert = firstCert;
CertFreeCertificateContext(firstCert);
secondCert //should be accessible here
Is this possible? Does it make any sense?
- Next message: Sam Wilson: "Re: What does CERT_TRUST_IS_OFFLINE_REVOCATION mean? (Windows Server 2003)"
- Previous message: Karl Thorén: "Problems with smart cars and windows XP SP1"
- Next in thread: Pieter Philippaerts: "Re: PCCERT_CONTEXT"
- Reply: Pieter Philippaerts: "Re: PCCERT_CONTEXT"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]