Enable hostname and certificate validation over an https connection to a FCD. Certificate validation may be disabled when the http device being connected to is within the same corporate firewall and using a self-signed certificate.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
| Visual Basic (Declaration) |
|---|
Property HttpsCertValidationEnabled As Nullable(Of Boolean) |
| C# |
|---|
Nullable<bool> HttpsCertValidationEnabled { get; set; } |
| Visual C++ |
|---|
property Nullable<bool> HttpsCertValidationEnabled {
Nullable<bool> get ();
void set (Nullable<bool> value);
} |
| JavaScript |
|---|
function get_httpsCertValidationEnabled();
function set_httpsCertValidationEnabled(value); |