: HttpAuthenticationMode (Enumeración) (Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.WebService)

Specifies the different authentication modes that the Business Data Catalog can authenticate against Web Service systems.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Public Enumeration HttpAuthenticationMode
'Uso
Dim instance As HttpAuthenticationMode
public enum HttpAuthenticationMode

Miembros

  Nombre de miembro Descripción
Credentials Microsoft Office SharePoint Server 2007 authenticates Web service systems by using credentials other than those from Windows Authentication from its default SSO service. These credentials are used for basic or digest authentication, depending on the configuration of the Web services server. Because basic and digest authentication do not adequately protect credentials, you should use SSL or IPSec or both to secure communication between the Web services server and the server running the Business Data Catalog.  
PassThrough Pass-through authentication refers to the ability of the operating system to pass a client's authentication information to the back-end server. The Business Data Catalog supports pass-through authentication for both database and Web service connections. When you use pass-through authentication, you simply authenticate as the identity of the end user. 
RevertToSelf If a user logs on with Windows Authentication, IIS impersonates that particular account. So while IIS runs under the Application Pool Identity, it impersonates the logged-on user, and the request runs under the user’s impersonation before it is passed forward.  
WindowsCredentials Microsoft Office SharePoint Server 2007 authenticates by using Microsoft Windows credentials from its default single sign-on (SSO) service. 

Vea también

Referencia

Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.WebService (Espacio de nombres)