Skip to main content
Version: 14 May 2024

MLMediaDRMHMACInputParam

Data type that encapsulates algorithm, key_set_id for HMAC based Sign/Verify.

Public Attributes

Algorithm

The MAC algorithm used for the MAC-HASH operation. "HmacSHA256" is the only supported algorithm now.


public string Algorithm;


KeySetId

The identifier for the key to be used.


public IntPtr KeySetId;