Share via


Authentication Constructor (String, String)

NOTE: This API is now obsolete.

Initializes a new instance of the Authentication class.

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

Syntax

'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Sub New ( _
    uid As String, _
    pwd As String _
)
'Usage
Dim uid As String
Dim pwd As String

Dim instance As New Authentication(uid, pwd)
[ObsoleteAttribute("Use the Lists web service instead.")]
public Authentication(
    string uid,
    string pwd
)

Parameters

See Also

Reference

Authentication Class

Authentication Members

Authentication Overload

Microsoft.SharePoint.Dsp Namespace