CEPSetupProperty enumeration (casetup.h)

The CEPSetupProperty enumeration type is used by the GetProperty and SetProperty methods on the ICertificateEnrollmentPolicyServerSetup interface to specify the type of property information to retrieve or set.

Syntax

typedef enum __MIDL___MIDL_itf_casetup_0000_0005_0001 {
  ENUM_CEPSETUPPROP_AUTHENTICATION = 0,
  ENUM_CEPSETUPPROP_SSLCERTHASH = 1,
  ENUM_CEPSETUPPROP_URL = 2,
  ENUM_CEPSETUPPROP_KEYBASED_RENEWAL = 3
} CEPSetupProperty;

Constants

 
ENUM_CEPSETUPPROP_AUTHENTICATION
Value: 0
The property value contains the type of authentication procedure used.
ENUM_CEPSETUPPROP_SSLCERTHASH
Value: 1
The property value contains the hash of the certificate, if any, used for authentication.
ENUM_CEPSETUPPROP_URL
Value: 2
The property value contains the Certificate Enrollment Policy (CEP) Web Service URL.
ENUM_CEPSETUPPROP_KEYBASED_RENEWAL
Value: 3
The property value indicates whether to set up the Enrollment Policy Server in a mode that returns policies for KeyBasedRenewal templates only.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header casetup.h

See also

GetProperty

ICertificateEnrollmentPolicyServerSetup

SetProperty