This read-only property returns the type of authentication that Search uses to access a site.
Syntax
SiteResriction.AuthenticationType
Remarks
The types of authentication are:
Value | Description | |
0 | Use anonymous login (default). | |
1 | Use Windows NT challenge-and-response login. | |
2 | Use basic (clear text) login. |
Example
See Creating and Accessing an ISiteRestriction Interface Object.
See Also