Authentication.Authentications Property

Gets or sets the authentications specified in the authentication header.

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

Syntax

Public Property Authentications As XmlElement()
    Get
    Set

Dim instance As Authentication
Dim value As XmlElement()

value = instance.Authentications

instance.Authentications = value
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