PerformLogon(
AuditError: Boolean;
LogonData: ISecurityPackageLogonData;
UserCredentials: ICredentials;
[MetaKey: Integer = 0];
[ObjectKey: Integer = 0]): ISecurityConnection;
AuditError. The parameter that determines whether auditing errors will be recorded to the access protocol. If the True value is sent, the respective record is added to the access protocol when an error occurs.
LogonData. Security module parameters used on connection.
UserCredentials. User credentials used on connection.
MetaKey. The parameter is reserved for internal use.
ObjectKey. The parameter is reserved for internal use.
The PerformLogon method creates a new connection with the DB server, using the specified parameters values.
The property use is given in the example for ISecurityPackage.CreateCredentials.
See also: