|-
|}
==Example==
<source lang="xml">
<appSettings>
<add key="UBIK.DataBase.ConnectionString" value="Data Source=UBIK_SQL_SERVER;Initial Catalog=UBIK;Persist Security Info=True;User ID=ubik;Password=password" />
<add key="UBIK.Service.MaxIdleMinutes" value="5" />
<add key="UBIK.Service.ValityPeriode" value="30" />
<add key="UBIK.Service.LogLevel" value="10" />
<add key="UBIK.Service.LanguageID" value="1" />
<add key="UBIK.Service.UserRestrictive" value="1" />
<add key="UBIK.Service.DeviceRestrictive" value="0" />
<add key="UBIK.Service.TokenRestrictive" value="1" />
<add key="UBIK.Service.SessionManagementType" value="1" />
<add key="UBIK.Service.SessionManagementUrl" value="https://SERVERNAME[:PORT]/UBIK/USAM.svc/SOAP" />
</appSettings>
</source>
{{Hint|The port number ''PORT'' must be specified only if other than 443 (default for https).}}
== See also ==