Show 

Home > eRoom API Help > Server Access API > SAAPI Properties > UseSSL property

Show Show 

 

UseSSL property

Returns or sets whether SSL (Secure Sockets Layer) is being used.

Syntax


C++

HRESULT get_UseSSL(VARIANT_BOOL *pUseSSL) 

HRESULT put_UseSSL(VARIANT_BOOL MyUseSSL) 

Scripting languages

Boolean = object.UseSSL

object.UseSSL = Boolean

Home

Applies to
IERUeRoomServerSettings

IERUInstantMessageManager