Content.ClientCertificateNames Property
Gets a list of all the client certificates available to the crawler to use for the crawl rules.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property ClientCertificateNames As String()
Get
'Usage
Dim instance As Content
Dim value As String()
value = instance.ClientCertificateNames
public string[] ClientCertificateNames { get; }
Property Value
Type: []
A string array that contains the client certificate names.
See Also
Reference
Microsoft.Office.Server.Search.Administration Namespace
Other Resources
Getting Started with the Enterprise Search Administration Object Model