AdcsEnrollAuthenticationType Enumeration
Contains enumeration values for possible authentication types for Certificate Enrollment Web Services.
Namespace: SysadminsLV.PKI.DcomAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public enum AdcsEnrollAuthenticationType
Public Enumeration AdcsEnrollAuthenticationType
public enum class AdcsEnrollAuthenticationType
type AdcsEnrollAuthenticationType
None | 0 |
Not used.
|
Anonymous | 1 |
Not used.
|
Kerberos | 2 |
Authentication is performed using Kerberos.
|
UserNameAndPassword | 4 |
Authentication is performed using user name and password combination.
|
ClientCertificate | 8 |
Authentication is performed using client certificate.
|