Click or drag to resize

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 nameValueDescription
Null1 No encryption and no integrity checking.
Aes128Strong2 AES 128-bit encryption with strong HMAC-SHA1 integrity checking (80-bit).
Aes128Weak3 AES 128-bit encryption with weak HMAC-SHA1 integrity checking (32-bit).
NullStrong4 Null encryption with strong HMAC-SHA1 integrity checking (80-bit).
NullWeak5 Null encryption with weak HMAC-SHA1 integrity checking (32-bit).
See Also