Click or drag to resize

EncryptionPolicy Enumeration

Indicates encryption policy for a connection.

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)
Members
  Member nameValueDescription
Required1 Encryption is required. If encryption is not supported by peer, connection must fail.
Negotiated2 Encryption is preferred but not required. If the other peer does not support encryption, connection will be established without encryption.
Disabled3 Encryption will not be available for the given connection.
See Also