CrawlRule.SetCredentials - Méthode (CrawlRuleAuthenticationType, String, SecureString)
Définit le type d'authentification, nom d'utilisateur et les informations de mot de passe pour le moteur d'index à utiliser lors de l'analyse contenu que la règle d'analyse s'applique à.
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, _
accountName As String, _
accountPassword As SecureString _
)
'Utilisation
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
)
Paramètres
type
Type : Microsoft.Office.Server.Search.Administration.CrawlRuleAuthenticationTypeValeur de l'énumération CrawlRuleAuthenticationType spécifiant le type d'authentification.
accountName
Type : System.StringChaîne qui spécifie le nom du compte.
accountPassword
Type : System.Security.SecureStringChaîne qui spécifie le mot de passe du compte.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms