10 lines
206 B
C#
10 lines
206 B
C#
namespace WidevineClient.Widevine
|
|
{
|
|
public class DerivedKeys
|
|
{
|
|
public byte[] Auth1 { get; set; }
|
|
public byte[] Auth2 { get; set; }
|
|
public byte[] Enc { get; set; }
|
|
}
|
|
}
|