Search Results for

    Show / Hide Table of Contents

    Class KeyAuthData

    Data for handling authentication of encrypted AES-128 HLS streams

    Inheritance
    System.Object
    KeyAuthData
    Namespace: RenderHeads.Media.AVProVideo
    Assembly: cs.temp.dll.dll
    Syntax
    public class KeyAuthData : ISerializationCallbackReceiver

    Fields

    keyServerToken

    Declaration
    public string keyServerToken
    Field Value
    Type Description
    System.String

    overrideDecryptionKeyBase64

    Declaration
    public string overrideDecryptionKeyBase64
    Field Value
    Type Description
    System.String

    Properties

    overrideDecryptionKey

    Declaration
    public byte[] overrideDecryptionKey { get; set; }
    Property Value
    Type Description
    System.Byte[]

    Methods

    IsModified()

    Declaration
    public bool IsModified()
    Returns
    Type Description
    System.Boolean

    OnAfterDeserialize()

    Declaration
    public void OnAfterDeserialize()

    OnBeforeSerialize()

    Declaration
    public void OnBeforeSerialize()
    In This Article