CrawlRuleAuthenticationType Enumeration
Specifies the format in which authentication credentials are provided to the crawl rule.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Enumeration CrawlRuleAuthenticationType
'Usage
Dim instance As CrawlRuleAuthenticationType
public enum CrawlRuleAuthenticationType
Members
Member name | Description | |
---|---|---|
DefaultRuleAccess | Specifies that the default content access account credentials are provided to the crawl rule. | |
NTLMAccountRuleAccess | Specifies that NTLM authentication credentials are provided to the crawl rule. | |
BasicAccountRuleAccess | Specifies that Basic authentication credentials are provided to the crawl rule. | |
CertificateRuleAccess | Specifies that Certificate authentication credentials are provided to the crawl rule. | |
FormRuleAccess | ||
CookieRuleAccess |