Share via


Authentication.Authentications Property

NOTE: This API is now obsolete.

Gets or sets the authentications specified in the authentication header.

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

Syntax

'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Property Authentications As XmlElement()
    Get
    Set
'Usage
Dim instance As Authentication
Dim value As XmlElement()

value = instance.Authentications

instance.Authentications = value
[ObsoleteAttribute("Use the Lists web service instead.")]
public XmlElement[] Authentications { get; set; }

Property Value

Type: []
A System.Xml.XmlElement array that specifies the authentications.

See Also

Reference

Authentication Class

Authentication Members

Microsoft.SharePoint.Dsp Namespace