CrawlRule.AuthenticationType-Eigenschaft
Ruft den Typ der Authentifizierung für die Crawlregel verwendet.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property AuthenticationType As CrawlRuleAuthenticationType
Get
'Usage
Dim instance As CrawlRule
Dim value As CrawlRuleAuthenticationType
value = instance.AuthenticationType
public CrawlRuleAuthenticationType AuthenticationType { get; }
Eigenschaftswert
Typ: Microsoft.Office.Server.Search.Administration.CrawlRuleAuthenticationType
Ein Wert aus der CrawlRuleAuthenticationType -Enumeration, der den Authentifizierungstyp angibt.
Hinweise
Verwenden Sie die SetCredentials() -Methode der CrawlRule -Klasse, um den Authentifizierungstyp für eine Crawlregel ändern.