DspAdapter.Authentication Property
NOTE: This API is now obsolete.
Gets or sets the authentication mode that is used to connect to the back-end server.
Namespace: Microsoft.SharePoint.Dsp
Assembly: Microsoft.SharePoint.Dsp.SoapPT (in Microsoft.SharePoint.Dsp.SoapPT.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Property Authentication As Authentication
Get
Set
'Usage
Dim instance As DspAdapter
Dim value As Authentication
value = instance.Authentication
instance.Authentication = value
[ObsoleteAttribute("Use the Lists web service instead.")]
public Authentication Authentication { get; set; }
Property Value
Type: Microsoft.SharePoint.Dsp.Authentication
A Authentication object that specifies the authentication mode. When query execution finishes, this property contains the actual authentication method used to access the back-end server by the adapter.
Remarks
The Authentication property corresponds to the <dsp:authentication> soap header.