EnumEncryptType Enum
Description
The EnumEncryptType enumeration indicates the encryption type of the server port.
It is used with the following methods:
| Interface | Method |
| SAWSSDK | connectToServer |
| Name | Value | Description |
| enumUnencrypted | 0 | Unencrypted port |
| enumBlowFishEncrypted | 1 |
BlowFish encrypted port |
| enumSSLEncrypted | 2 | SSL encrypted port |