FpcCertificateRestrictionField Enumeration

The FpcCertificateRestrictionField enumerated type contains values that specify the field to which a certificate restriction applies.

Syntax

typedef enum FpcCertificateRestrictionField {
  fpcCertificateRestrictionIssuer
fpcCertificateRestrictionIssuer

The certificate restriction applies to the Issuer field.

			 = 0,
  fpcCertificateRestrictionSubject
fpcCertificateRestrictionSubject

The certificate restriction applies to the Subject field.

			= 1,
  fpcCertificateRestrictionEnhancedKeyUsage
fpcCertificateRestrictionEnhancedKeyUsage

The certificate restriction applies to the Enhanced Key Usage field.

	 = 2,
  fpcCertificateRestrictionExtendedProperties
fpcCertificateRestrictionExtendedProperties

The certificate restriction applies to the Extensions field.

   = 3
} FpcCertificateRestrictionField;

Constants

fpcCertificateRestrictionIssuer

The certificate restriction applies to the Issuer field.

fpcCertificateRestrictionSubject

The certificate restriction applies to the Subject field.

fpcCertificateRestrictionEnhancedKeyUsage

The certificate restriction applies to the Enhanced Key Usage field.

fpcCertificateRestrictionExtendedProperties

The certificate restriction applies to the Extensions field.

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.