Share via


Authentication Class

Especifica un proxy cliente que proporciona la autenticación de usuario para los sitios de SharePoint que utilizan la autenticación basada en formularios.

Web Service: AuthenticationWeb Reference: http://<Site>/_vti_bin/Authentication.asmx

Syntax

'Declaración
<DebuggerStepThroughAttribute> _
<WebServiceBindingAttribute(Name:="AuthenticationSoap", Web Service:="https://schemas.microsoft.com/sharepoint/soap/")> _
<DesignerCategoryAttribute("code")> _
PublicClassAuthenticationInheritsSoapHttpClientProtocol
'Uso
DiminstanceAsAuthentication
[DebuggerStepThroughAttribute] 
[WebServiceBindingAttribute(Name="AuthenticationSoap", Web Service="https://schemas.microsoft.com/sharepoint/soap/")] 
[DesignerCategoryAttribute("code")] 
publicclassAuthentication : SoapHttpClientProtocol

Remarks

Hay tres sistemas de autenticación disponibles para los sitios de SharePoint: Autenticación de Windows, autenticación de Microsoft Windows Live ID (conocido como autenticación "Passport") y formularios de autenticación. Para obtener más información acerca de tipos de autenticación, vea ASP.NET Authentication.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       System.Web.Services.Protocols.WebClientProtocol
         System.Web.Services.Protocols.HttpWebClientProtocol
           System.Web.Services.Protocols.SoapHttpClientProtocol
            Authentication.Authentication

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Authentication Members
Authentication Web Service

Concepts

La autorización y autenticación

Other Resources

ASP.NET Authentication