CrawlRuleAuthenticationType 枚举 (Microsoft.Office.Server.Search.Administration)
Specifies the format in which authentication credentials are provided to the crawl rule.
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)
语法
声明
Public Enumeration CrawlRuleAuthenticationType
用法
Dim instance As CrawlRuleAuthenticationType
public enum CrawlRuleAuthenticationType
成员
成员名称 | 说明 | |
---|---|---|
BasicAccountRuleAccess | Specifies that Basic authentication credentials are provided to the crawl rule. | |
CertificateRuleAccess | Specifies that Certificate authentication credentials are provided to the crawl rule. | |
CookieRuleAccess | ||
DefaultRuleAccess | Specifies that the default content access account credentials are provided to the crawl rule. | |
FormRuleAccess | ||
NTLMAccountRuleAccess | Specifies that NTLM authentication credentials are provided to the crawl rule. |