DRM Attribute List
[The feature associated with this page, Windows Media Format 11 SDK, is a legacy feature. It has been superseded by Source Reader and Sink Writer. Source Reader and Sink Writer have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use Source Reader and Sink Writer instead of Windows Media Format 11 SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]
For convenience, the following table lists all the DRM-related file attributes. (These attributes are also listed in the table of all attributes under Attribute List.)
Applications can set these values when writing DRM files and can retrieve them when reading.
DRM file attribute | Global identifier | Data type |
---|---|---|
DRM_ContentID | g_wszWMDRM_ContentID | WMT_TYPE_STRING |
DRM_DRMHeader_ContentDistributor | g_wszWMDRM_DRMHeader_ContentDistributor | WMT_TYPE_STRING |
DRM_DRMHeader_ContentID | g_wszWMDRM_DRMHeader_ContentID | WMT_TYPE_STRING |
DRM_DRMHeader_IndividualizedVersion | g_wszWMDRM_DRMHeader_IndividualizedVersion | WMT_TYPE_STRING |
DRM_DRMHeader_KeyID | g_wszWMDRM_DRMHeader_KeyID | WMT_TYPE_STRING |
DRM_DRMHeader_LicenseAcqURL | g_wszWMDRM_DRMHeader_LicenseAcqURL | WMT_TYPE_STRING |
DRM_DRMHeader_SubscriptionContentID | g_wszWMDRM_DRMHeader_SubscriptionContentID | WMT_TYPE_STRING |
DRM_DRMHeader | g_wszWMDRM_DRMHeader | WMT_TYPE_STRING |
DRM_IndividualizedVersion | g_wszWMDRM_IndividualizedVersion | WMT_TYPE_STRING |
DRM_KeyID | g_wszWMDRM_KeyID | WMT_TYPE_STRING |
DRM_LASignatureCert | g_wszWMDRM_LASignatureCert | WMT_TYPE_STRING |
DRM_LASignatureLicSrvCert | g_wszWMDRM_LASignatureLicSrvCert | WMT_TYPE_STRING |
DRM_LASignaturePrivKey | g_wszWMDRM_LASignaturePrivKey | WMT_TYPE_STRING |
DRM_LASignatureRootCert | g_wszWMDRM_LASignatureRootCert | WMT_TYPE_STRING |
DRM_LicenseAcqURL | g_wszWMDRM_LicenseAcqURL | WMT_TYPE_STRING |
DRM_V1LicenseAcqURL | g_wszWMDRM_V1LicenseAcqURL | WMT_TYPE_STRING |
Related topics