Skip to main content
Version: 14 May 2024

MLMediaDRMRSAInputParam

Data type that encapsulates algorithm, wrapped_key for RSA operation.

Public Attributes

Algorithm

The MAC algorithm used for padding/signing. "HmacSHA256" is the only supported algorithm now.


public string Algorithm;


WrappedRsaKey

The wrapped RSA key to be used.


public IntPtr WrappedRsaKey;