CESSetupProperty enumeration
The CESSetupProperty enumeration type is used by the GetProperty and SetProperty methods on the ICertificateEnrollmentServerSetup interface to specify the type of property information to retrieve or set.
Syntax
typedef enum { ENUM_CESSETUPPROP_USE_IISAPPPOOLIDENTITY = 0, ENUM_CESSETUPPROP_CACONFIG = 1, ENUM_CESSETUPPROP_AUTHENTICATION = 2, ENUM_CESSETUPPROP_SSLCERTHASH = 3, ENUM_CESSETUPPROP_URL = 4, ENUM_CESSETUPPROP_RENEWALONLY = 5 } CESSetupProperty;
Constants
- ENUM_CESSETUPPROP_USE_IISAPPPOOLIDENTITY
-
The property value specifies whether the server context is ApplicationPoolIdentity.
- ENUM_CESSETUPPROP_CACONFIG
-
The property value contains a certification authority (CA) configuration string.
- ENUM_CESSETUPPROP_AUTHENTICATION
-
The property value specifies the type of authentication procedure used.
- ENUM_CESSETUPPROP_SSLCERTHASH
-
The property value contains a hash of the certificate used for authentication.
- ENUM_CESSETUPPROP_URL
-
The property value contains the Certificate Enrollment Web Service (CES) URL.
- ENUM_CESSETUPPROP_RENEWALONLY
-
The property value specifies whether CES can process only certificate renewals.
Requirements
|
Minimum supported client | Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012