X509CertificateEnrollmentContext 列舉 (certenroll.h)
X509CertificateEnrollmentContext 列舉會指定憑證預定之結束實體的本質。 下列介面會使用此列舉:
Syntax
typedef enum X509CertificateEnrollmentContext {
ContextNone = 0,
ContextUser = 0x1,
ContextMachine = 0x2,
ContextAdministratorForceMachine = 0x3
} ;
常數
ContextNone 值: 0 |
ContextUser 值: 0x1 憑證適用於使用者。 |
ContextMachine 值: 0x2 憑證適用於計算機。 |
ContextAdministratorForceMachine 值: 0x3 系統管理員代表計算機要求憑證。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
標頭 | certenroll.h |