KSC Open API
Kaspersky Security Center API description
|
Interface for creating gateway connections. More...
Public Member Functions | |
PrepareGatewayConnection (array pLocations,[out] wstring wstrAuthKey) | |
Create gateway connection. See Creating gateway connections to know how to create gateway connections. If any connection errors occur this method throws corresponding exception. | |
PrepareGatewayConnectionToSecondaryServer (wstring srvInstanceId,[out] wstring wstrAuthKey) | |
Create gateway connection to any child server. See Creating gateway connections to know how to create gateway connections. If any connection errors occur this method throws corresponding exception. | |
PrepareTunnelConnection (array pLocations, wstring szwTargetHostName, int nTargetPort,[out] wstring wstrAuthKey) | |
Create tunnel connection. See Creating gateway connections to know how to create tunnel connections. If any connection errors occur this method throws corresponding exception. | |
wstring | PrepareHybridGatewayConnectionToSecondaryServerPort (wstring wstrTargetSlaveServerInstanceId, wstring wstrTargetHostId, binary pTargetCertPub, int nTargetPort) |
Create hybrid gateway connection. | |
CloseHybridGatewayConnectionToSecondaryServerPort (wstring szwTSessionId) | |
Close hybrid gateway connection created in PrepareHybridGatewayConnectionToSecondaryServerPort. |
Interface for creating gateway connections.