Specifies whether the certificate presented by the server when establishing an SSL connection should be validated (true) or not (false).

For the CmSMTPConfiguration class, setting this property to true is not supported.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property ValidateServerCertificate As Nullable(Of Boolean)
C#
Nullable<bool> ValidateServerCertificate { get; set; }
Visual C++
property Nullable<bool> ValidateServerCertificate {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_validateServerCertificate();
function set_validateServerCertificate(value);

ToggleRemarks

ToggleSee Also