Click or drag to resize

AdcsEnrollAuthenticationType Enumeration

Contains enumeration values for possible authentication types for Certificate Enrollment Web Services.

Namespace:  SysadminsLV.PKI.Dcom
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public enum AdcsEnrollAuthenticationType
Members
  Member nameValueDescription
None0 Not used.
Anonymous1 Not used.
Kerberos2 Authentication is performed using Kerberos.
UserNameAndPassword4 Authentication is performed using user name and password combination.
ClientCertificate8 Authentication is performed using client certificate.
See Also