Share via


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

Content class

Content members

Microsoft.Office.Server.Search.Administration namespace