FpcCertificateStore enumeration

Applies to: desktop apps only

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

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

Header

Comenum.h

See also

Enumerated Types

 

 

Build date: 7/12/2010