RequestClientInfoClientId 列舉 (certenroll.h)
RequestClientInfoClientId 列舉會指定建立憑證要求的應用程式類型。 這可以用來初始化包含用戶端相關信息的 IX509AttributeClientId 物件。 IX509CertificateRequest 介面也會使用它。
Syntax
typedef enum RequestClientInfoClientId {
ClientIdNone = 0,
ClientIdXEnroll2003 = 1,
ClientIdAutoEnroll2003 = 2,
ClientIdWizard2003 = 3,
ClientIdCertReq2003 = 4,
ClientIdDefaultRequest = 5,
ClientIdAutoEnroll = 6,
ClientIdRequestWizard = 7,
ClientIdEOBO = 8,
ClientIdCertReq = 9,
ClientIdTest = 10,
ClientIdWinRT = 11,
ClientIdUserStart = 1000
} ;
常數
ClientIdNone 值: 0 未指定任何用戶端識別碼。 |
ClientIdXEnroll2003 值: 1 指定 Windows Server 2003 上可用的憑證註冊控件。 |
ClientIdAutoEnroll2003 值: 2 指定 Windows Server 2003 上可用的自動註冊。 |
ClientIdWizard2003 值: 3 指定 Windows Server 2003 上可用的憑證要求精靈。 |
ClientIdCertReq2003 值: 4 指定 Windows Server 2003 上提供的 Certreq.exe 命令行工具。 |
ClientIdDefaultRequest 值: 5 指定從 Windows Vista 開始可用的預設憑證要求物件。 這是以 IX509CertificateRequest 介面表示,如果呼叫端未設定用戶端標識碼,則為預設值。 |
ClientIdAutoEnroll 值: 6 指定從 Windows Vista 開始可用的自動註冊。 |
ClientIdRequestWizard 值: 7 指定從 Windows Vista 開始可用的憑證要求精靈。 |
ClientIdEOBO 值: 8 指定從 Windows Vista 開始提供的 [註冊代表 (EOBO) 精靈]。 |
ClientIdCertReq 值: 9 指定從 Windows Vista 開始提供的 Certreq.exe 命令行工具。 |
ClientIdTest 值: 10 不支援此值。 |
ClientIdWinRT 值: 11 |
ClientIdUserStart 值: 1000 這是自定義應用程式的基底值。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
標頭 | certenroll.h |