Keyoti Search for ASP.NET API Docs
credentials Property
API DocumentationKeyoti.SearchEngineConfigurationcredentials
Keyoti Search for ASP.NET 2010
Map of web-site domain-names/server-names to usernames and passwords.
Declaration Syntax
C#Visual BasicVisual C++
[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
[ObsoleteAttribute(L"Use WebsiteCredentials instead - note different value type.", 
	true)]
public:
property Hashtable^ credentials {
	Hashtable^ get ();
	void set (Hashtable^ 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: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609