Click or drag to resize

ClientIdEnum Enumeration

Defines the enumeration of certificate request originator.

Namespace:  PKI.Enrollment
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public enum ClientIdEnum
Members
  Member nameValueDescription
ClientIdNone0 No client identifier is specified.
ClientIdXEnroll20031 Specifies the Certificate Enrollment Control that is available on Windows Server 2003.
ClientIdAutoEnroll20032 Specifies the autoenrollment that is available on Windows Server 2003.
ClientIdWizard20033 Specifies the Certificate Request Wizard that is available on Windows Server 2003.
ClientIdCertReq20034 Specifies the Certreq.exe command-line tool that is available on Windows Server 2003.
ClientIdDefaultRequest5 Specifies the default certificate request object that is available starting with Windows Vista. This is represented by the IX509CertificateRequest interface and is the default value if the client ID is not set by the caller.
ClientIdAutoEnroll6 Specifies the autoenrollment that is available starting with Windows Vista.
ClientIdRequestWizard7 Specifies the Certificate Request Wizard that is available starting with Windows Vista.
ClientIdEOBO8 Specifies the Enroll-On-Behalf-Of (EOBO) Wizard that is available starting with Windows Vista.
ClientIdCertReq9 Specifies the Certreq.exe command-line tool that is available starting with Windows Vista.
ClientIdTest10 This value is not supported.
ClientIdUserStart1000 This is the base value for custom applications.
See Also