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 or sets the authentication data used for connecting to the federated search location.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Data As AuthenticationData
Get
Set
'Usage
Dim instance As AuthenticationInformation
Dim value As AuthenticationData
value = instance.Data
instance.Data = value
[DataMemberAttribute]
public AuthenticationData Data { get; set; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.AuthenticationData
An AuthenticationData object.
See Also
Reference
AuthenticationInformation Class