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
Public Enumeration AdcsEnrollAuthenticationType
public enum class AdcsEnrollAuthenticationType
type AdcsEnrollAuthenticationType
Members
| Member name | Value | Description |
---|
| 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.
|
See Also