Click or drag to resize

UpstreamCredentialConveyance Enumeration

Represents an indicator of how the upstream credential should be conveyed

Namespace: SanteDB.Client.Configuration.Upstream
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public enum UpstreamCredentialConveyance
Members
Member nameValueDescription
ClientCertificate0 Use the authentication as a certificate
Header1 Use the authentication credential in a header
Secret2 Use the authentication credential as a client_id and client_secret
See Also