Click to Rate and Give Feedback
Community Content
In this section
Statistics Annotations (0)
Collapse All/Expand All Collapse All
Authentication Class (Authentication)
Specifies a client proxy that provides user authentication for SharePoint sites that use forms-based authentication.

Web Service: AuthenticationWeb Reference: http://<Site>/_vti_bin/Authentication.asmx
Visual Basic (Declaration)
<DebuggerStepThroughAttribute> _
<WebServiceBindingAttribute(Name:="AuthenticationSoap", Web Service:="http://schemas.microsoft.com/sharepoint/soap/")> _
<DesignerCategoryAttribute("code")> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
Public Class Authentication
    Inherits SoapHttpClientProtocol
Visual Basic (Usage)
Dim instance As Authentication
C#
[DebuggerStepThroughAttribute] 
[WebServiceBindingAttribute(Name="AuthenticationSoap", Web Service="http://schemas.microsoft.com/sharepoint/soap/")] 
[DesignerCategoryAttribute("code")] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
public class Authentication : SoapHttpClientProtocol

There are three authentication systems available to SharePoint sites: Windows authentication, Microsoft Windows Live ID authentication (formerly known as "Passport" authentication), and Forms authentication. For more information about types of authentication, see ASP.NET Authentication.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker