encryptionNotEnforced property

EncryptionNotEnforced? encryptionNotEnforced
getter/setter pair

If set, Datastream will not enforce encryption.

If the DB server mandates encryption, then connection will be encrypted but server identity will not be authenticated.

Implementation

EncryptionNotEnforced? encryptionNotEnforced;