AuthenticationInformation.AuthenticationType property
Obtém ou define o tipo de autenticação e o protocolo usado para se conectar ao local federado.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<DataMemberAttribute> _
Public Property AuthenticationType As FederationAuthType
Get
Set
'Uso
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
Um valor da enumeração FederationAuthType .
Ver também
Referência
AuthenticationInformation class