EnumEncryptType Enum
Description
The EnumEncryptType enumeration indicates the encryption type of the port of the server.
It is used with the following method.
| Interface | Method |
| SAWVSDK | connectToServer |
| Name | Value | Description |
| EnumUnencrypted | 0 | Unencrypted port |
| EnumBlowFishEncrypted | 1 |
BlowFish encrypted port |
| EnumSSLEncrypted | 2 | SSL encrypted port |
See Also
connectToServer() method