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
[DspSts Web service].Authentication
Namespace: [DspSts Web service]
Web service reference: http://Site/_vti_bin/DspSts.asmx
Syntax
'Declaration
<SerializableAttribute> _
Public Class Authentication _
Inherits SoapHeader
'Usage
Dim instance As Authentication
[SerializableAttribute]
public class Authentication : SoapHeader
Remarks
The Authentication Web service 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.