Click or drag to resize

PolicyEnrollAuthenticationType Enumeration

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

Namespace:  SysadminsLV.PKI.Management.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public enum PolicyEnrollAuthenticationType
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