EncryptionPolicy

EncryptionPolicy enum

Enumerates the encryption policies.

enum class EncryptionPolicy

Values

NameValueDescription
RequireEncryption0Require encryption and never allow a ‘Null’ cipher.
AllowNoEncryption1Prefer using full encryption but a ‘Null’ cipher can be used if the server agrees.
NoEncryption2Allow no encryption and request that a ‘Null’ cipher be used if the other endpoint can handle a ‘Null’ cipher.

See Also