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
[Serializable]
public class KeyAuthData : ISerializationCallbackReceiver
  Fields
keyServerToken
Declaration
public string keyServerToken
  Field Value
| Type | Description | 
|---|---|
| System.String | 
overrideDecryptionKey
Declaration
public byte[] overrideDecryptionKey
  Field 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()