The FpcCertificateStore enumerated type contains values that specify the store in which the certificate resides.
typedef enum FpcCertificateStore { fpcLocalMachinePersonalStore
The certificate resides in the Personal store for the local computer.
= 0, fpcFirewallServicePersonalStore
The certificate resides in the Personal store for the Micosoft Firewall service (the fwsrv\Personal store).
= 1, fpcCurrentUserPersonalStore
The certificate resides in the Personal store for the current user.
= 2, fpcTrustedRootStore
The certificate resides in the Trusted Root Certification Authorities store.
= 3, fpcIntermediateCertificatesStore
The certificate resides in the Intermediate Certification Authorities store.
= 4 } FpcCertificateStore;
The certificate resides in the Personal store for the local computer.
The certificate resides in the Personal store for the Micosoft Firewall service (the fwsrv\Personal store).
The certificate resides in the Personal store for the current user.
The certificate resides in the Trusted Root Certification Authorities store.
The certificate resides in the Intermediate Certification Authorities store.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.