NDCertificatePlatformID 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 client platforms with which a PlayReady-ND certificate can be associated.
public enum class NDCertificatePlatformID
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class NDCertificatePlatformID
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("NDCertificatePlatformID 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 NDCertificatePlatformID
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum NDCertificatePlatformID
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("NDCertificatePlatformID 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 NDCertificatePlatformID
var value = Windows.Media.Protection.PlayReady.NDCertificatePlatformID.windows
Public Enum NDCertificatePlatformID
- Inheritance
-
NDCertificatePlatformID
- 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 |
---|---|---|
Windows | 0 | Client platform is Microsoft Windows. |
OSX | 1 | Client platform is the Apple OSX operating system. |
WindowsOnARM | 2 | Client platform is the Microsoft Windows Phone 7 operating system running on an ARM processor. |
WindowsMobile7 | 5 | Client platform is the Microsoft Windows Phone 7 operating system. |
iOSOnARM | 6 | Client platform is the Apple iOS operating system running on an ARM processor. |
XBoxOnPPC | 7 | Client platform is the Xbox operating system running on a Power PC processor. |
WindowsPhone8OnARM | 8 | Client platform is the Microsoft Windows Phone 8 operating system running on an ARM processor. |
WindowsPhone8OnX86 | 9 | Client platform is the Microsoft Windows Phone 8 operating system running on an x86 processor. |
XboxOne | 10 | Client platform is the Xbox operating system. |
AndroidOnARM | 11 | Client platform is the Google Android operating system running on an ARM processor. |
WindowsPhone81OnARM | 12 | Client platform is the Microsoft Windows Phone 8.1 operating system running on an ARM processor. |
WindowsPhone81OnX86 | 13 | Client platform is the Microsoft Windows Phone 8.1 operating system running on an x86 processor. |