Click or drag to resize

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
Members
  Member nameValueDescription
Certificate0 Authentication is performed using a certificate
Basic1 Authentication is performed using BASIC AUTH
Inline2 Authentication is performed using inline client credentials
See Also