FederationAuthType 枚举 (Microsoft.Office.Server.Search.Administration)

Specifies the supported authentication protocols for connecting to federated search locations.

命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)

语法

声明
Public Enumeration FederationAuthType
用法
Dim instance As FederationAuthType
public enum FederationAuthType

成员

  成员名称 说明
Anonymous No credentials are used to connect to the federated location. 
ApplicationPoolIdentity The Windows credentials specified for the Shared Service Provider’s application pool are used to connect to the federated location. 
Custom 保留以供将来使用。 
Kerberos Kerberos credentials are used to connect to the federated location.  
LocalNTAuth  
PerUserBasicAuth The Basic authentication credentials of the user who submitted the search query are used to connect to the federated location. 
PerUserCookie The cookie-based authentication credentials of the user who submitted the search query are used to connect to the federated location. 
PerUserCustom 保留以供将来使用。 
PerUserDigest The Digest authentication credentials of the user who submitted the search query are used to connect to the federated location. 
PerUserFormsAuthentication The forms authentication credentials of the user who submitted the search query are used to connect to the federated location. 
PerUserNTLM The Windows credentials of the user who submitted the search query are used to connect to the federated location. 
SingleAccountBasicAuth The Basic authentication credentials configured for the location are used to connect to the federated location. The same set of credentials are used for each connection to the federated location. 
SingleAccountCookie The cookie-based authentication credentials configured for the location are used to connect to the federated location. The same set of credentials are used for each connection to the federated location. 
SingleAccountDigest The Digest authentication credentials configured for the location are used to connect to the federated location. The same set of credentials are used for each connection to the federated location. 
SingleAccountFormsAuthentication The forms authentication credentials configured for the location are used to connect to the federated location. The same set of credentials are used for each connection to the federated location. 
SingleAccountNTLM The Windows credentials configured for the location are used to connect to the federated location. The same set of credentials are used for each connection to the federated location. 
SSO The Single Sign-On (SSO) authentication credentials configured for the location are used to connect to the federated location. The same set of credentials are used for each connection to the federated location. 

另请参阅

参考

Microsoft.Office.Server.Search.Administration 命名空间
CookieAuthData 类
FormsAuthCredentials
SecurableAuthData
SsoAuthData

其他资源

联合搜索概述