Share via


AuthenticationInformation.AuthenticationType property

Gets or sets the authentication type and protocol used to connect to the federated location.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property AuthenticationType As FederationAuthType
    Get
    Set
'Usage
Dim instance As AuthenticationInformation
Dim value As FederationAuthType

value = instance.AuthenticationType

instance.AuthenticationType = value
[DataMemberAttribute]
public FederationAuthType AuthenticationType { get; set; }

Property value

Type: Microsoft.Office.Server.Search.Administration.FederationAuthType
A value from the FederationAuthType enumeration.

See also

Reference

AuthenticationInformation class

AuthenticationInformation members

Microsoft.Office.Server.Search.Administration namespace