ISecurityPackageLogonDataEx.ServiceLogonData

Fore Syntax

ServiceLogonData: ISecurityPackageLogonData;

Fore.NET Syntax

ServiceLogonData: Prognoz.Platform.Interop.Metabase.ISecurityPackageLogonData;

Description

The ServiceLogonData property returns additional parameters of security module containing settings to connect to DBMS using the platform web service.

Comments

The ServiceLogonData property is used, if on working the and the ServiceLogon property is set to True. To specify the platform web service, cast the ServiceLogonData property values to the IPrimaryServiceSPLD interface and determine the IPrimaryServiceSPLD.Endpoint property.

Fore and Fore.NET Example

The example of use is given in description of the ISecurityPackageLogonDataEx.ServiceLogon property.

See also:

ISecurityPackageLogonDataEx