The AuthenticationType can be one of:
Constant | Description |
---|---|
Enums.AuthenticationTypeUnknown | (0) No type specified. |
Enums.AuthenticationTypeToken | (1) Token-based authentication. |
Enums.AuthenticationTypeHTTP | (2) HTTP Basic or Digest authentication. |
Enums.AuthenticationTypeCertificate | (3) The client certificate-based security. Requires setting PKCS#12 information. |
See also AuthenticationChallenge.