NDCertificateFeature Enum

Definition

Indicates the PlayReady-ND feature to which the certificate controls access.

public enum class NDCertificateFeature
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class NDCertificateFeature
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("NDCertificateFeature is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
enum class NDCertificateFeature
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum NDCertificateFeature
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("NDCertificateFeature is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public enum NDCertificateFeature
var value = Windows.Media.Protection.PlayReady.NDCertificateFeature.transmitter
Public Enum NDCertificateFeature
Inheritance
NDCertificateFeature
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

AntiRollBackClock 5

Device implements anti-rollback clock.

CRLS 9

Entity supports certificate revocation lists.

PlayReady3Features 13

Entity supports PlayReady version 3.x features such as per-stream keys.

Receiver 2

Entity implements receiver functionality.

SecureClock 4

Device implements SecureClock.

SharedCertificate 3

Entity shares receiver key across multiple devices.

Transmitter 1

Entity implements transmitter functionality.

Applies to