IDspAdapter.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 (in Microsoft.SharePoint.Dsp.dll)

Syntax

Property Authentication As Authentication
    Get
    Set

Dim instance As IDspAdapter
Dim value As Authentication

value = instance.Authentication

instance.Authentication = value
Authentication Authentication { get; set; }

Property Value

Type: Microsoft.SharePoint.Dsp.Authentication
An 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

IDspAdapter Interface

IDspAdapter Members

Microsoft.SharePoint.Dsp Namespace