PlayReadyStatics.HardwareDRMDisabledAtTime Property
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.
Queries the date and time at which hardware digital rights management (DRM) was temporarily disabled on the system.
public:
static property IReference<DateTime> ^ HardwareDRMDisabledAtTime { IReference<DateTime> ^ get(); };
static IReference<DateTime> HardwareDRMDisabledAtTime();
public static System.Nullable<System.DateTimeOffset> HardwareDRMDisabledAtTime { get; }
var iReference = PlayReadyStatics.hardwareDRMDisabledAtTime;
Public Shared ReadOnly Property HardwareDRMDisabledAtTime As Nullable(Of DateTimeOffset)
Property Value
The date and time at which hardware digital rights management (DRM) was temporarily disabled. If it is not currently temporarily disabled, returns null.
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 property indicates whether this occurred and, if so, when it occurred.