Map of web-site domain-names/server-names to usernames and passwords.
Declaration Syntax
C# | Visual Basic |
[ObsoleteAttribute("Use WebsiteCredentials instead - note different value type.", true)] public Hashtable credentials { get; set; }
<ObsoleteAttribute("Use WebsiteCredentials instead - note different value type.", true)> Public Property credentials As Hashtable Get Set
Property Value
Remarks
Key = domain-name/server-name.
Value = 2 element string array, first element = username, second element = password.
eg. credentials["ourdomain.com"] = new string[]{"username", "password"};
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610