Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: desktop apps only
The FpcCertificateRestrictionField enumerated type contains values that specify the field to which a certificate restriction applies.
Syntax
typedef enum FpcCertificateRestrictionField {
fpcCertificateRestrictionIssuer = 0,
fpcCertificateRestrictionSubject = 1,
fpcCertificateRestrictionEnhancedKeyUsage = 2,
fpcCertificateRestrictionExtendedProperties = 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
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
Build date: 7/12/2010