Keyoti SearchUnit API Docs
WebsiteCredentials Property
API DocumentationKeyoti.SearchEngineConfigurationWebsiteCredentials
Keyoti SearchUnit v6
Map of web-site domain-names/server-names to usernames and passwords.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public Hashtable WebsiteCredentials { get; set; }
public Hashtable WebsiteCredentials { get; set; }
Public Property WebsiteCredentials As Hashtable
	Get
	Set
Public Property WebsiteCredentials As Hashtable
	Get
	Set
public:
property Hashtable^ WebsiteCredentials {
	Hashtable^ get ();
	void set (Hashtable^ value);
}
public:
property Hashtable^ WebsiteCredentials {
	Hashtable^ get ();
	void set (Hashtable^ value);
}
member WebsiteCredentials : Hashtable with get, set
member WebsiteCredentials : Hashtable with 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: 2015.6.15.120