Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.