EncryptionMode Enumeration |
The encryption mode for the stream.
Namespace:
FM.IceLink
Assembly:
FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)
Members
| Member name | Value | Description |
---|
| Null | 1 |
No encryption and no integrity checking.
|
| Aes128Strong | 2 |
AES 128-bit encryption with strong HMAC-SHA1 integrity checking (80-bit).
|
| Aes128Weak | 3 |
AES 128-bit encryption with weak HMAC-SHA1 integrity checking (32-bit).
|
| NullStrong | 4 |
Null encryption with strong HMAC-SHA1 integrity checking (80-bit).
|
| NullWeak | 5 |
Null encryption with weak HMAC-SHA1 integrity checking (32-bit).
|
See Also