IsRequired(Index: Integer): Boolean;
IsRequired[Index: System.Int32] : System.Boolean
Index. Index of a parameter of security module.
The IsRequired property returns whether it is possible to use connection with a privilege.
To set connection with a specified privilege use ICredentials.ConnectAsPrivilege or IDalConnectionDescriptor2.ConnectAsPrivilege.
The property use is given in the example for ISecurityPackageLogonDataEx.ParamDescription.
See also: