NDStartAsyncOptions É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 les options de démarrage asynchrones. Cette énumération est une or au niveau du bit et est utilisée par la méthode StartAsync .
public enum class NDStartAsyncOptions
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class NDStartAsyncOptions
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("NDStartAsyncOptions 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 NDStartAsyncOptions
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum NDStartAsyncOptions
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("NDStartAsyncOptions 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 NDStartAsyncOptions
var value = Windows.Media.Protection.PlayReady.NDStartAsyncOptions.mutualAuthentication
Public Enum NDStartAsyncOptions
- Héritage
-
NDStartAsyncOptions
- 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
MutualAuthentication | 1 | S’il est défini, le certificat de l’émetteur est présenté à l’appelant via un événement RegistrationCompleted à des fins de vérification. L’appelant doit définir un indicateur pour l’accepter ou le rejeter. S’il n’est pas défini, RegistrationCompleted ne contient pas le certificat. |
WaitForLicenseDescriptor | 2 | Si set et que le paramètre LicenseFetchDescriptor est null pour StartAsync, StartAsync attend onContentIDReceived à partir de NDDownloadEngineNotifier ou NDStreamParserNotifier. Après OnContententIDReceived, le LicenseFetchDescriptor reçu est utilisé pour effectuer l’extraction de la licence. S’il n’est pas défini et que le paramètre LicenseFetchDescriptor est null pour StartAsync, StartAsync suppose que vous avez déjà acquis la licence au préalable et n’effectue pas d’extraction de licence. Notez que si LicenseFetchDescriptor n’est pas null, cet indicateur est ignoré et une extraction de licence est effectuée. |