CreateLogonData(DriverName: String): ISecurityPackageLogonData;
DriverName. DB driver identifier.
The CreateLogonData method returns an object that contains properties of the security module parameters.
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.
The property use is given in the example for ISecurityPackage.CreateCredentials.
See also: