NDCertificateFeature Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique la fonctionnalité PlayReady-ND à laquelle le certificat contrôle l’accès.
public enum class NDCertificateFeature
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class NDCertificateFeature
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("NDCertificateFeature 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 NDCertificateFeature
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum NDCertificateFeature
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("NDCertificateFeature 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 NDCertificateFeature
var value = Windows.Media.Protection.PlayReady.NDCertificateFeature.transmitter
Public Enum NDCertificateFeature
- Héritage
-
NDCertificateFeature
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Champs
AntiRollBackClock | 5 | L’appareil implémente l’horloge anti-restauration. |
CRLS | 9 | L’entité prend en charge les listes de révocation de certificats. |
PlayReady3Features | 13 | L’entité prend en charge les fonctionnalités PlayReady version 3.x, telles que les clés par flux. |
Receiver | 2 | Entity implémente la fonctionnalité de récepteur. |
SecureClock | 4 | L’appareil implémente SecureClock. |
SharedCertificate | 3 | L’entité partage la clé de récepteur sur plusieurs appareils. |
Transmitter | 1 | Entity implémente la fonctionnalité d’émetteur. |