Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the authentication mode that is used to connect to the back-end server.
Namespace: [DspSts Web service]
Web service reference: http://Site/_vti_bin/DspSts.asmx
Syntax
'Declaration
Public Property authentication As Authentication
Get
Set
'Usage
Dim instance As StsAdapter
Dim value As Authentication
value = instance.authentication
instance.authentication = value
public Authentication authentication { get; set; }
Property Value
Type: [DspSts Web service].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.