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 name | Value | Description |
---|
| Required | 1 |
Encryption is required. If encryption is not supported by peer, connection must fail.
|
| Negotiated | 2 |
Encryption is preferred but not required. If the other peer does not support encryption, connection will be established without encryption.
|
| Disabled | 3 |
Encryption will not be available for the given connection.
|
See Also