enum EnrollmentSupport

Supportable enrollment methods.

References from:
CertMCapabilities;

0
OFFLINE_CSR
Certificate Signing Request-based (CSR) offline enrollment.

The certificate for a node credential is manually provided by the MS using a CSR in PKCS#10 format.
1
OFFLINE_PKCS12
PKCS#12-based offline enrollment.

The node credential is manually provided by the MS using a PKCS#12 format, a certificate accompanied by a private key.
2
ONLINE_SCEP
Online enrollment. The node credential is acquired by the Simple Certificate Enrollment Protocol.
3
ONLINE_CMP
Online enrollment. The node credential is acquired by the Certificate Management Protocol.
  enum EnrollmentSupport