Share via


PlatformIdentifier Enum

Definition

Defines platforms with which a certificate may be associated.

public enum PlatformIdentifier
type PlatformIdentifier = 
Public Enum PlatformIdentifier
Inheritance
PlatformIdentifier

Fields

AndroidOnArm 11

The client platform is the Android operating system running on an ARM processor.

IOsOnArm 6

The client platform is the Apple iOS operating system on an ARM processor.

MacOS 1

The client platform is the Macintosh operating system.

MacOSOnX86 1

Obsolete. Use PlatformIndentifier.MacOS instead.

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.

WindowsOnArm 2

The client platform is the Microsoft Windows operating system on an ARM processor.

WindowsOnX86 0

Obsolete. Use PlatformIndentifier.Windows instead.

WindowsPhone7 5

The client platform is the Microsoft Windows Phone 7 operating system.

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.

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.

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.

XboxOnPPC 7

The client platform is the Xbox operating system on a Power PC processor.

Applies to