Enum EncryptionPolicy
Indicates encryption policy for a connection.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum EncryptionPolicy : int
Fields
| Name | Description |
|---|---|
| Disabled | Encryption will not be available for the given connection. |
| Negotiated | Encryption is preferred but not required. If the other peer does not support encryption, connection will be established without encryption. |
| Required | Encryption is required. If encryption is not supported by peer, connection must fail. |