Share via


SupportedFeature Enum

Definition

Defines features supported by a PlayReady client which are specified in the certificate.

public enum SupportedFeature
type SupportedFeature = 
Public Enum SupportedFeature
Inheritance
SupportedFeature

Fields

AntiRollbackClock 5

The entity implements anti-rollback clock.

InvalidFeature 0

An invalid feature. This value should never be used.

PlayReady3Features 13

The entity supports features added in PlayReady 3.0.

Receiver 2

The entity implements receiver functionality.

RevocationLists 9

The entity supports certificate revocation lists.

SecureClock 4

The entity implements secure clock.

ServerBasicEdition 10

Obsolete. The PlayReady Server SDK Premium Edition (ServerStandardEdition) is the only edition offered.

ServerPremiumEdition 12

The entity supports the premium edition of the server.

ServerStandardEdition 11

Obsolete. The PlayReady Server SDK Premium Edition (ServerStandardEdition) is the only edition offered.

SharedCertificate 3

The entity shares the receiver key across multiple devices.

Transmitter 1

The entity implements transmitter functionality.

Applies to

See also