de la propiedad CrawlRule.AuthenticationType
Obtiene el tipo de autenticación utilizado para la regla de rastreo.
Espacio de nombres: Microsoft.Office.Server.Search.Administration
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
Public ReadOnly Property AuthenticationType As CrawlRuleAuthenticationType
Get
'Uso
Dim instance As CrawlRule
Dim value As CrawlRuleAuthenticationType
value = instance.AuthenticationType
public CrawlRuleAuthenticationType AuthenticationType { get; }
Valor de propiedad
Tipo: Microsoft.Office.Server.Search.Administration.CrawlRuleAuthenticationType
Valor de la enumeración CrawlRuleAuthenticationType especifica el tipo de autenticación.
Comentarios
Utilice el método SetCredentials() de la clase CrawlRule para cambiar el tipo de autenticación para una regla de rastreo.
Vea también
Referencia
Espacio de nombres Microsoft.Office.Server.Search.Administration