Authentication Class

Represents the authentication mode that is used to connect to the back-end server.

Web Service: List Data RetrievalWeb Reference: http://<Site>/_vti_bin/DspSts.asmx

Syntax

<SerializableAttribute> _
<XmlRootAttribute("authentication", Web Service:="http://schemas.microsoft.com/sharepoint/dsp", IsNullable:=False)> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<DebuggerStepThroughAttribute> _
<DesignerCategoryAttribute("code")> _
<XmlTypeAttribute(Namespace:="http://schemas.microsoft.com/sharepoint/dsp")> _
Public Class Authentication
    Inherits SoapHeader

Dim instance As Authentication
[SerializableAttribute] 
[XmlRootAttribute("authentication", Web Service="http://schemas.microsoft.com/sharepoint/dsp", IsNullable=false)] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[DebuggerStepThroughAttribute] 
[DesignerCategoryAttribute("code")] 
[XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sharepoint/dsp")] 
public class Authentication : SoapHeader

Remarks

The Authentication Web service corresponds to the <dsp:authentication> SOAP header.

Inheritance Hierarchy

System.Object
   System.Web.Services.Protocols.SoapHeader
    List Data Retrieval.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
List Data Retrieval Web Service