Click or drag to resize

IUpstreamRealmSettings Interface

Represents an upstream realm (security environment) which this iCDR instance is configured to join

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IUpstreamRealmSettings

The IUpstreamRealmSettings type exposes the following members.

Properties
 NameDescription
Public propertyLocalClientName Gets the local application name that this server presents as its client_id
Public propertyLocalClientSecret Gets the local client secret if overridden or being used
Public propertyLocalDeviceName Gets the local identity (how this node authenticates itself to the upstream)
Public propertyRealm Gets the realm url
Top
See Also