Authentication Class

The Authentication class represents the authentication mode that is used to connect to the back-end server.

System.Object

    System.Web.Services.Protocols.SoapHeader

      Microsoft.SharePoint.Dsp.Authentication

Public Constructors

The following table shows the public constructors of the Authentication class and a brief description of each.

Name Description
Authentication() Initializes a new instance of the Authentication class.
Authentication(String, String) Initializes a new instance of the Authentication class based on the specified user ID and password.

Public Properties

The following table shows the public properties of the DataRoot class, the data type of each property, and a brief description of each.

Name Data type Description
Authentications System.Xml.XmlElement[] Gets or sets the authentications specified in the authentication header.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread safe.

Remarks

The Authentication class corresponds to the <dsp:authentication> SOAP header.

Requirements

Namespace: Microsoft.SharePoint.Dsp

Platforms: Microsoft Windows Server 2003

Assembly: Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)

Security: Code Access Security