CrawlRule.SetCredentials - Méthode (CrawlRuleAuthenticationType, StringCollection, StringCollection)
Définit le contenu que la règle d'analyse s'appliquent à la page de type, des cookies et des erreurs d'authentification pour le moteur d'index à utiliser lors de l'analyse.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Sub SetCredentials ( _
type As CrawlRuleAuthenticationType, _
cookies As StringCollection, _
errorPages As StringCollection _
)
'Utilisation
Dim instance As CrawlRule
Dim type As CrawlRuleAuthenticationType
Dim cookies As StringCollection
Dim errorPages As StringCollection
instance.SetCredentials(type, cookies, _
errorPages)
public void SetCredentials(
CrawlRuleAuthenticationType type,
StringCollection cookies,
StringCollection errorPages
)
Paramètres
type
Type : Microsoft.Office.Server.Search.Administration.CrawlRuleAuthenticationTypeLe type d'authentification.
cookies
Type : System.Collections.Specialized.StringCollectionLes cookies d'authentification.
errorPages
Type : System.Collections.Specialized.StringCollectionLa page d'erreur d'authentification.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms