SearchService.IgnoreSSLWarnings property

A Boolean value that indicates if the crawl component will ignore Secure Sockets Layer (SSL) certificate related name warnings.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property IgnoreSSLWarnings As Boolean
    Get
    Set
'Usage
Dim instance As SearchService
Dim value As Boolean

value = instance.IgnoreSSLWarnings

instance.IgnoreSSLWarnings = value
public bool IgnoreSSLWarnings { get; set; }

Property value

Type: System.Boolean

See also

Reference

SearchService class

SearchService members

Microsoft.Office.Server.Search.Administration namespace