ServiceLogonData: ISecurityPackageLogonData;
ServiceLogonData: Prognoz.Platform.Interop.Metabase.ISecurityPackageLogonData;
The ServiceLogonData property returns additional parameters of security module containing settings to connect to DBMS using the platform web service.
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.
The example of use is given in description of the ISecurityPackageLogonDataEx.ServiceLogon property.
See also: