Keyoti SearchUnit API Docs
credentials Property
API DocumentationKeyoti.SearchEngineConfigurationcredentials
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#
[ObsoleteAttribute("Use WebsiteCredentials instead - note different value type.", 
	true)]
public Hashtable credentials { get; set; }
[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
<ObsoleteAttribute("Use WebsiteCredentials instead - note different value type.", 
	true)> 
Public Property credentials As Hashtable
	Get
	Set
public:
[ObsoleteAttribute(L"Use WebsiteCredentials instead - note different value type.", 
	true)]
property Hashtable^ credentials {
	Hashtable^ get ();
	void set (Hashtable^ value);
}
public:
[ObsoleteAttribute(L"Use WebsiteCredentials instead - note different value type.", 
	true)]
property Hashtable^ credentials {
	Hashtable^ get ();
	void set (Hashtable^ value);
}
[<ObsoleteAttribute("Use WebsiteCredentials instead - note different value type.", 
	true)>]
member credentials : Hashtable with get, set
[<ObsoleteAttribute("Use WebsiteCredentials instead - note different value type.", 
	true)>]
member credentials : Hashtable with 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: 2015.6.15.120