CrawlRule.AuthenticationData property

Gets the authentication data used for a forms auth'd request. Returns a copy of the cached data. Returns null if something unexpected occurred.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property AuthenticationData As NameValueCollection
    Get
'Usage
Dim instance As CrawlRule
Dim value As NameValueCollection

value = instance.AuthenticationData
public NameValueCollection AuthenticationData { get; }

Property value

Type: System.Collections.Specialized.NameValueCollection
Returns NameValueCollection.

See also

Reference

CrawlRule class

CrawlRule members

Microsoft.Office.Server.Search.Administration namespace