| DomainClientAuthentication Enumeration |
Dictates how the domain client performs authentication of the application
Namespace:
SanteDB.DisconnectedClient.Configuration
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public enum DomainClientAuthentication
Public Enumeration DomainClientAuthentication
public enum class DomainClientAuthentication
type DomainClientAuthentication
Members
| Member name | Value | Description |
---|
| Certificate | 0 |
Authentication is performed using a certificate
|
| Basic | 1 |
Authentication is performed using BASIC AUTH
|
| Inline | 2 |
Authentication is performed using inline client credentials
|
See Also