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 when working with the Database repository object and when using the ServiceLogon property that 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.

Example

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

See also:

ISecurityPackageLogonDataEx