PlayReadyStatics.ResetHardwareDRMDisabled Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Explicitly resets any temporary disablement of hardware digital rights management (DRM), if any.
public:
static void ResetHardwareDRMDisabled();
static void ResetHardwareDRMDisabled();
public static void ResetHardwareDRMDisabled();
function resetHardwareDRMDisabled()
Public Shared Sub ResetHardwareDRMDisabled ()
Windows requirements
Device family |
Windows 10, version 1809 (introduced in 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v7.0)
|
Remarks
When the CheckSupportedHardware property returns false when querying the HardwareDRM feature, it is possible that this occurs because the feature was temporarily disabled due to a system component requiring an update, for example, a graphics driver. This method explicitly resets the temporary disablement state. An application could call this method when it is able to determine that a system component which may allow HardwareDRM to succeed has been updated in order to attempt hardware DRM before the date and time returned by HardwareDRMDisabledUntilTime. If the system component has not been updated, it will automatically get re-disabled and the HardwareDRMDisabledAtTime and HardwareDRMDisabledUntilTime properties will begin returning updated values. If it is not currently temporarily disabled, this method performs no action.