CrawlRule.AuthenticationType property
Obtém o tipo de autenticação usado para a regra de rastreamento.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public ReadOnly Property AuthenticationType As CrawlRuleAuthenticationType
Get
'Uso
Dim instance As CrawlRule
Dim value As CrawlRuleAuthenticationType
value = instance.AuthenticationType
public CrawlRuleAuthenticationType AuthenticationType { get; }
Property value
Type: Microsoft.Office.Server.Search.Administration.CrawlRuleAuthenticationType
Um valor da enumeração CrawlRuleAuthenticationType especificando o tipo de autenticação.
Comentários
Use o método SetCredentials() da classe CrawlRule para alterar o tipo de autenticação para uma regra de rastreamento.