CrawlRule.SetCredentials Method
Include Protected Members
Include Inherited Members
Sets the credentials for the crawl rule.
Overload List
Name | Description | |
---|---|---|
SetCredentials(CrawlRuleAuthenticationType, StringCollection, StringCollection) | Sets the authentication type, cookies, and error page for the index engine to use when crawling content that the crawl rule applies to. | |
SetCredentials(CrawlRuleAuthenticationType, String, SecureString) | Sets the authentication type, user name, and password information for the index engine to use when crawling content that the crawl rule applies to. | |
SetCredentials(CrawlRuleAuthenticationType, String, String, NameValueCollection, NameValueCollection, StringCollection) |
Top