de la propiedad AuthenticationInformation.AuthenticationType
Obtiene o establece el tipo de autenticación y el protocolo que se utiliza para conectarse a la ubicación federada.
Espacio de nombres: Microsoft.Office.Server.Search.Administration
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
<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; }
Valor de propiedad
Tipo: Microsoft.Office.Server.Search.Administration.FederationAuthType
Valor de la enumeración FederationAuthType .
Vea también
Referencia
clase AuthenticationInformation
Miembros AuthenticationInformation
Espacio de nombres Microsoft.Office.Server.Search.Administration