Keyoti Search for ASP.NET API Docs
WebsiteCredentials Property
API DocumentationKeyoti.SearchEngineConfigurationWebsiteCredentials
Keyoti Search for ASP.NET 2010
Map of web-site domain-names/server-names to usernames and passwords.
Declaration Syntax
C#Visual BasicVisual C++
public Hashtable WebsiteCredentials { get; set; }
Public Property WebsiteCredentials As Hashtable
public:
property Hashtable^ WebsiteCredentials {
	Hashtable^ get ();
	void set (Hashtable^ value);
}
Remarks
Key = domain-name/server-name. Value = instance of ResourceCredentials. eg. Credentials["ourdomain.com"] = new ResourceCredentials("username", "password");

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609