2.2.5.3 QueryAuthenticationType

msdn link

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query

The QueryAuthenticationType simple type is used to represent the type search security descriptor.

 <xs:simpleType name="QueryAuthenticationType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="NtAuthenticatedQuery"/>
     <xs:enumeration value="PluggableAuthenticatedQuery"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the QueryAuthenticationType simple type.

Value

Meaning

NtAuthenticatedQuery

MUST be a Windows security descriptor

PluggableAuthenticatedQuery

MUST be a custom security descriptor used in pluggable security authentication.