CrawlRule.SetCredentials method (CrawlRuleAuthenticationType, String, SecureString)
Define o tipo de autenticação, nome de usuário e informações de senha para o mecanismo de índice a serem usadas no rastreamento que a regra de rastreamento se aplica a conteúdo.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Sub SetCredentials ( _
type As CrawlRuleAuthenticationType, _
accountName As String, _
accountPassword As SecureString _
)
'Uso
Dim instance As CrawlRule
Dim type As CrawlRuleAuthenticationType
Dim accountName As String
Dim accountPassword As SecureString
instance.SetCredentials(type, accountName, _
accountPassword)
public void SetCredentials(
CrawlRuleAuthenticationType type,
string accountName,
SecureString accountPassword
)
Parâmetros
type
Type: Microsoft.Office.Server.Search.Administration.CrawlRuleAuthenticationTypeUm valor da enumeração CrawlRuleAuthenticationType especificando o tipo de autenticação.
accountName
Type: System.StringUma seqüência de caracteres que especifica o nome da conta.
accountPassword
Type: System.Security.SecureStringUma seqüência de caracteres que especifica a senha da conta.