SupportedFeature 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 features supported by a PlayReady client which are specified in the certificate.
public enum SupportedFeature
type SupportedFeature =
Public Enum SupportedFeature
- Inheritance
-
SupportedFeature
Fields
Name | Value | Description |
---|---|---|
InvalidFeature | 0 | An invalid feature. This value should never be used. |
Transmitter | 1 | The entity implements transmitter functionality. |
Receiver | 2 | The entity implements receiver functionality. |
SharedCertificate | 3 | The entity shares the receiver key across multiple devices. |
SecureClock | 4 | The entity implements secure clock. |
AntiRollbackClock | 5 | The entity implements anti-rollback clock. |
RevocationLists | 9 | The entity supports certificate revocation lists. |
ServerBasicEdition | 10 | Obsolete. The PlayReady Server SDK Premium Edition (ServerStandardEdition) is the only edition offered. |
ServerStandardEdition | 11 | Obsolete. The PlayReady Server SDK Premium Edition (ServerStandardEdition) is the only edition offered. |
ServerPremiumEdition | 12 | The entity supports the premium edition of the server. |
PlayReady3Features | 13 | The entity supports features added in PlayReady 3.0. |