FpcCertificateStore Enumeration
The FpcCertificateStore enumerated type contains values that specify the store in which the certificate resides.
Syntax
typedef enum FpcCertificateStore {
fpcLocalMachinePersonalStore = 0,
fpcFirewallServicePersonalStore = 1,
fpcCurrentUserPersonalStore = 2,
fpcTrustedRootStore = 3,
fpcIntermediateCertificatesStore = 4
} FpcCertificateStore;
Constants
fpcLocalMachinePersonalStore
The certificate resides in the Personal store for the local computer.fpcFirewallServicePersonalStore
The certificate resides in the Personal store for the Micosoft Firewall service (the fwsrv\Personal store).fpcCurrentUserPersonalStore
The certificate resides in the Personal store for the current user.fpcTrustedRootStore
The certificate resides in the Trusted Root Certification Authorities store.fpcIntermediateCertificatesStore
The certificate resides in the Intermediate Certification Authorities store.
Requirements
Client | Requires Windows 7 or Windows Vista. |
Server | Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2. |
Version | Requires Forefront Threat Management Gateway (TMG) 2010. |
Header | Declared in Comenum.h. |
See Also
Send comments about this topic to Microsoft
Build date: 6/30/2010