Authentication settings to use to connect to a web site.
[Serializable] public struct AuthenticationInfo { public String User; public String Domain; public String Password; public bool HaveData; public bool AllowBasicAuthentication; public bool AllowIntranetAutologon; }
<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
|
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.
|