Click or drag to resize

IExternalConfiguratorConfigure Method

Configure the specified target device with the specified username and software

Namespace: SanteDB.Client.Configuration.External
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
List<Uri> Configure(
	Uri targetUri,
	string userName,
	string password,
	IDictionary<string, Object> configuration
)

Parameters

targetUri  Uri

[Missing <param name="targetUri"/> documentation for "M:SanteDB.Client.Configuration.External.IExternalConfigurator.Configure(System.Uri,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})"]

userName  String

[Missing <param name="userName"/> documentation for "M:SanteDB.Client.Configuration.External.IExternalConfigurator.Configure(System.Uri,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})"]

password  String

[Missing <param name="password"/> documentation for "M:SanteDB.Client.Configuration.External.IExternalConfigurator.Configure(System.Uri,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})"]

configuration  IDictionaryString, Object

[Missing <param name="configuration"/> documentation for "M:SanteDB.Client.Configuration.External.IExternalConfigurator.Configure(System.Uri,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})"]

Return Value

ListUri

[Missing <returns> documentation for "M:SanteDB.Client.Configuration.External.IExternalConfigurator.Configure(System.Uri,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})"]

See Also