PlatformIdentifier 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.
Defines platforms with which a certificate may be associated.
public enum PlatformIdentifier
type PlatformIdentifier =
Public Enum PlatformIdentifier
- Inheritance
-
PlatformIdentifier
Fields
Name | Value | Description |
---|---|---|
OEM | -1 | The client platform is 3rd party. |
Unspecified | -1 | Obsolete. Use PlatformIndentifier.OEM instead. |
Windows | 0 | The client platform is the Microsoft Windows operating system. |
WindowsOnX86 | 0 | Obsolete. Use PlatformIndentifier.Windows instead. |
MacOS | 1 | The client platform is the Macintosh operating system. |
MacOSOnX86 | 1 | Obsolete. Use PlatformIndentifier.MacOS instead. |
WindowsOnArm | 2 | The client platform is the Microsoft Windows operating system on an ARM processor. |
WindowsPhone7 | 5 | The client platform is the Microsoft Windows Phone 7 operating system. |
IOsOnArm | 6 | The client platform is the Apple iOS operating system on an ARM processor. |
XboxOnPPC | 7 | The client platform is the Xbox operating system on a Power PC processor. |
WP8OnArm | 8 | The client platform is the Windows Phone 8 operating system running on an ARM processor. |
WP8OnX86 | 9 | The client platform is the Windows Phone 8 operating system running on an x86 processor. |
XboxOne | 10 | The client platform is the Xbox One operating system. |
AndroidOnArm | 11 | The client platform is the Android operating system running on an ARM processor. |
WP81OnArm | 12 | The client platform is the Windows Phone 8.1 operating system running on an ARM processor. |
WP81OnX86 | 13 | The client platform is the Windows Phone 8.1 operating system running on an x86 processor. |
WinIntel_HDRM | 100 | The client platform is the Microsoft Windows operating system running Hardware DRM running on an Intel processor. |
WinQC_HDRM | 101 | The client platform is the Microsoft Windows operating system running Hardware DRM running on an QualComm processor. |
WinSL150_HDRM | 102 | The client platform is the Microsoft Windows operating system running Hardware DRM running with security level 150. |