Defines whether or not Secure Sockets Layer (SSL) protocol is enabled for a given DirectoryConfiguration object. The default value for all directory server types supported by the FileNet P8 Content Engine is False, indicating that SSL is disabled.


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

Syntax

Visual Basic (Declaration)
Property IsSSLEnabled As Nullable(Of Boolean)
C#
Nullable<bool> IsSSLEnabled { get; set; }
C++
property Nullable<bool> IsSSLEnabled abstract  {
    Nullable<bool> get();
    void set(Nullable<boolvalue);
}
J#
/** property */
public Nullable<bool> get_IsSSLEnabled();

/** property */
public void set_IsSSLEnabled(Nullable<boolvalue);
JScript
public function get IsSSLEnabled() : Nullable<bool>

public function set IsSSLEnabled(value : Nullable<bool>);

Remarks

See Also