EnrollmentClientIdType Enumeration
Defines the enumeration of certificate request originator.
Namespace: SysadminsLV.PKI.CryptographyAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public enum EnrollmentClientIdType
Public Enumeration EnrollmentClientIdType
public enum class EnrollmentClientIdType
type EnrollmentClientIdType
ClientIdNone | 0 |
No client identifier is specified.
|
ClientIdXEnroll2003 | 1 |
Specifies the Certificate Enrollment Control that is available on Windows Server 2003.
|
ClientIdAutoEnroll2003 | 2 |
Specifies the autoenrollment that is available on Windows Server 2003.
|
ClientIdWizard2003 | 3 |
Specifies the Certificate Request Wizard that is available on Windows Server 2003.
|
ClientIdCertReq2003 | 4 |
Specifies the Certreq.exe command-line tool that is available on Windows Server 2003.
|
ClientIdDefaultRequest | 5 |
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.
|
ClientIdAutoEnroll | 6 |
Specifies the autoenrollment that is available starting with Windows Vista.
|
ClientIdRequestWizard | 7 |
Specifies the Certificate Request Wizard that is available starting with Windows Vista.
|
ClientIdEOBO | 8 |
Specifies the Enroll-On-Behalf-Of (EOBO) Wizard that is available starting with Windows Vista.
|
ClientIdCertReq | 9 |
Specifies the Certreq.exe command-line tool that is available starting with Windows Vista.
|
ClientIdTest | 10 |
This value is not supported.
|
ClientIdUserStart | 1,000 |
This is the base value for custom applications.
|