FpcCertificateStore Enumeration

The FpcCertificateStore enumerated type contains values that specify the store in which the certificate resides.

Syntax

typedef enum FpcCertificateStore {
  fpcLocalMachinePersonalStore
fpcLocalMachinePersonalStore

The certificate resides in the Personal store for the local computer.

	 = 0,
  fpcFirewallServicePersonalStore
fpcFirewallServicePersonalStore

The certificate resides in the Personal store for the Micosoft Firewall service (the fwsrv\Personal store).

	= 1,
  fpcCurrentUserPersonalStore
fpcCurrentUserPersonalStore

The certificate resides in the Personal store for the current user.

		= 2,
  fpcTrustedRootStore
fpcTrustedRootStore

The certificate resides in the Trusted Root Certification Authorities store.

				= 3,
  fpcIntermediateCertificatesStore
fpcIntermediateCertificatesStore

The certificate resides in the Intermediate Certification Authorities store.

   = 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 Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.