Share via


Authentication Class

Especifica um cliente proxy que fornece autenticação usuário de sites do SharePoint que usam autenticação Forms-Based.

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

Syntax

'Declaração
<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

Há três sistemas autenticação disponíveis para sites: Windows autenticação, autenticação Microsoft Windows Live ID (anteriormente conhecido como autenticação "Passport") e formulários autenticação. Para obter mais informações sobre tipos de autenticação, consulte 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

A autorização e autenticação

Other Resources

ASP.NET Authentication