0 out of 3 rated this helpful - Rate this topic

X509CertificateEnrollmentContext enumeration

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 [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

CertEnroll.h

See also

CertEnroll Enumerations
CertEnroll Interfaces

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.