 | UpstreamRealmConfigurationUseTls Property |
Use TLS on this connection
Namespace: SanteDB.Client.Configuration.UpstreamAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic bool UseTls { get; set; }Public Property UseTls As Boolean
Get
Set
public:
property bool UseTls {
bool get ();
void set (bool value);
}member UseTls : bool with get, set
Property Value
Boolean
See Also