ZelloWork Client SDK  2.51
Public Member Functions | Properties | List of all members
INetwork2 Interface Reference

Inherits INetwork.

Public Member Functions

HRESULT EnableTls ([in] BSTR bstrCommonName)
 
- Public Member Functions inherited from INetwork
HRESULT AddSupernode ([in] BSTR bstrVal)
 
HRESULT ResetSupernodes ()
 

Properties

VARIANT_BOOL SecureConnections [get]
 
- Properties inherited from INetwork
BSTR LoginServer [set]
 
BSTR WebServer [set]
 
BSTR NetworkName [set]
 

Detailed Description

INetwork2 interface extends INetwork, enables the encrypted connections

Member Function Documentation

§ EnableTls()

HRESULT EnableTls ( [in] BSTR  bstrCommonName)

Method enables TLS with client certificate authentication

Parameters
bstrCommonNameCertificate's common name / realm.

Property Documentation

§ SecureConnections

VARIANT_BOOL SecureConnections
getproperty

Check if allowed TLS connections are in use. If previously allowed secure connections has failed, zello uses generic connections, and this property is set to false

Parameters
pbValReturn value.