DspAdapter.Authentication Property

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

Public Property Authentication As Authentication
    Get
    Set

Dim instance As DspAdapter
Dim value As Authentication

value = instance.Authentication

instance.Authentication = value
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.

See Also

Reference

DspAdapter Class

DspAdapter Members

Authentication Overload

Microsoft.SharePoint.Dsp Namespace