X509CertificateEnrollmentContext enumeration
Applies to: desktop apps only
The X509CertificateEnrollmentContext enumeration specifies the nature of the end entity for which the certificate is intended. This enumeration is used by the following interfaces:
Syntax
typedef enum X509CertificateEnrollmentContext {
ContextUser = 0x1,
ContextMachine = 0x2,
ContextAdministratorForceMachine = 0x3
} X509CertificateEnrollmentContext;
Constants
- ContextUser
-
The certificate is intended for an end user.
- ContextMachine
-
The certificate is intended for a computer.
- ContextAdministratorForceMachine
-
The certificate is being requested by an administrator acting on the behalf of a computer.
Requirements
|
Minimum supported client | Windows Vista |
|---|---|
|
Minimum supported server | Windows Server 2008 |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 2/3/2012