ISecurityPackageLogonDataEx.ServiceLogonData

Syntax

ServiceLogonData: ISecurityPackageLogonData;

Description

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

Comments

The property is relevant only on working with the Database repository object and on using the ServiceLogon property with True set.

To specify the platform web service, cast the ServiceLogonData property values to the IPrimaryServiceSPLD interface and determine the IPrimaryServiceSPLD.Endpoint property.

Example

The property use is given in the example for ISecurityPackageLogonDataEx.ServiceLogon.

See also:

ISecurityPackageLogonDataEx