Skip to main content
Version: 14 May 2024

MLMediaDRMCryptoInputParam

Data type that encapsulates algorithm, key_set_id and IV for Encryption/Decryption.

Public Attributes

Algorithm

The cipher mode used for the crypto operation. "AES/CBC/NoPadding" is the only supported algorithm now.


public string Algorithm;


InitialVector

The initial vector used for the crypto operation.


public IntPtr InitialVector;


KeySetId

The identifier for the key to be used.


public IntPtr KeySetId;