Share via


FederationAuthType, énumération (Microsoft.Office.Server.Search.Administration)

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

Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)

Syntaxe

'Déclaration
Public Enumeration FederationAuthType
'Utilisation
Dim instance As FederationAuthType
public enum FederationAuthType

Membres

  Nom du membre Description
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 Réservé à une utilisation future. 
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 Réservé à une utilisation future. 
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. 

Voir aussi

Référence

Microsoft.Office.Server.Search.Administration, espace de noms
CookieAuthData, classe
FormsAuthCredentials
SecurableAuthData
SsoAuthData

Autres ressources

Vue d'ensemble de la recherche fédérée