ISecurityPackage.CreateLogonData

Syntax

CreateLogonData(DriverName: String): ISecurityPackageLogonData;

Parameters

DriverName. DB driver identifier.

Description

The CreateLogonData method returns an object that contains properties of the security module parameters.

Comments

The list of identifiers that can be used as a value of the DriverName parameter is given in the Summary List of Identifiers section. To check if the selected driver is supported, use the ISecurityPackage.IsCompatibleDriver method.

Example

The property use is given in the example for ISecurityPackage.CreateCredentials.

See also:

ISecurityPackage