Search Results for

    Show / Hide Table of Contents

    Enum EncryptionMode

    The encryption mode for the stream.

    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public enum EncryptionMode : int

    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).

    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0