NDCertificateFeature Enum
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.
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
Name | Value | Description |
---|---|---|
Transmitter | 1 | Entity implements transmitter functionality. |
Receiver | 2 | Entity implements receiver functionality. |
SharedCertificate | 3 | Entity shares receiver key across multiple devices. |
SecureClock | 4 | Device implements SecureClock. |
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. |