Map of web-site domain-names/server-names to usernames and passwords.
Declaration Syntax
C# | Visual Basic |
public Hashtable WebsiteCredentials { get; set; }
Public Property WebsiteCredentials As Hashtable Get Set
Property Value
Remarks
Key = domain-name/server-name.
Value = instance of ResourceCredentials.
eg. Credentials["ourdomain.com"] = new ResourceCredentials("username", "password");
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610