Share via


PlayReadyStatics.HardwareDRMDisabledAtTime Property

Definition

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.

Applies to

See also