ServerSecurityEnterpriseServiceSSL Property |
|
DataPA OpenAnalytics API Reference
Indicates whether to use SSL to communicate with the Enterprise Service
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool EnterpriseServiceSSL { get; set; }
Public Property EnterpriseServiceSSL As Boolean
Get
Set
public:
virtual property bool EnterpriseServiceSSL {
bool get () sealed;
void set (bool value) sealed;
}
function get_EnterpriseServiceSSL();
function set_EnterpriseServiceSSL(value);
Property Value
Type:
BooleanSee Also