SearchService.IgnoreSSLWarnings Property
A Boolean value that determines whether the search service will ignore Secure Sockets Layer (SSL) certificate 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