Indicates that ISYS should enable security for this index. This is useful when you wish to filter results list using Integrated Windows Security.
Examples
[VBScript]
<%
dim ISYSAsp, ISYSIndex, ISYSResults
set ISYSAsp = Server.CreateObject("ISYS.ISYSAsp")
set ISYSIndex = ISYSAsp.OpenIndexEx("c:\index" ISYS_OpenReadOnly)
set ISYSResults = ISYSIndex.PerformFind("managers", 0)
%>