Enum EncryptionMode
The encryption mode for the stream.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum EncryptionMode
Fields
Name | Description |
---|---|
Aes128Strong | AES 128-bit encryption with strong HMAC-SHA1 integrity checking (80-bit). |
Aes128Weak | AES 128-bit encryption with weak HMAC-SHA1 integrity checking (32-bit). |
Null | No encryption and no integrity checking. |
NullStrong | Null encryption with strong HMAC-SHA1 integrity checking (80-bit). |
NullWeak | Null encryption with weak HMAC-SHA1 integrity checking (32-bit). |