ISecurityPackageLogonDataEx.IsRequired

Fore Syntax

IsRequired(Index: Integer): Boolean;

Fore.NET Syntax

IsRequired[Index: System.Int32] : System.Boolean

Parameters

Index. Index of a parameter of security module.

Description

The IsRequired property returns whether it is possible to use connection with a privilege.

Comments

To set connection with a specified privilege use ICredentials.ConnectAsPrivilege or IDalConnectionDescriptor2.ConnectAsPrivilege.

Example

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

See also:

ISecurityPackageLogonDataEx