Previous in Contents Next in Contents

AuthenticationType Property

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

SetAccount


© 1997-2000 Microsoft Corporation. All rights reserved.