The FpcCertificateRestrictionField enumerated type contains values that specify the field to which a certificate restriction applies.
typedef enum FpcCertificateRestrictionField { fpcCertificateRestrictionIssuer
The certificate restriction applies to the Issuer field.
= 0, fpcCertificateRestrictionSubject
The certificate restriction applies to the Subject field.
= 1, fpcCertificateRestrictionEnhancedKeyUsage
The certificate restriction applies to the Enhanced Key Usage field.
= 2, fpcCertificateRestrictionExtendedProperties
The certificate restriction applies to the Extensions field.
= 3 } FpcCertificateRestrictionField;
The certificate restriction applies to the Issuer field.
The certificate restriction applies to the Subject field.
The certificate restriction applies to the Enhanced Key Usage field.
The certificate restriction applies to the Extensions field.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.