Authentication Class

NOTE: This API is now obsolete.

The Authentication class represents the authentication mode that is used to connect to the back-end server.

Inheritance Hierarchy

System.Object
  System.Web.Services.Protocols.SoapHeader
    Microsoft.SharePoint.Dsp.Authentication

Namespace:  Microsoft.SharePoint.Dsp
Assembly:  Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Class Authentication _
    Inherits SoapHeader
'Usage
Dim instance As Authentication
[ObsoleteAttribute("Use the Lists web service instead.")]
public class Authentication : SoapHeader

Remarks

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

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

Microsoft.SharePoint.Dsp Namespace