See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
AuthenticationInfo Structure

Authentication settings to use to connect to a web site.

C#
[Serializable]
public struct AuthenticationInfo {
  public String User;
  public String Domain;
  public String Password;
  public bool HaveData;
  public bool AllowBasicAuthentication;
  public bool AllowIntranetAutologon;
}
Visual Basic
<Serializable>
Public Structure AuthenticationInfo
  Public User As String
  Public Domain As String
  Public Password As String
  Public HaveData As bool
  Public AllowBasicAuthentication As bool
  Public AllowIntranetAutologon As bool
End Structure
See Also
You are here: dtSearch::Spider Namespace > AuthenticationInfo Structure
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.