EncryptionKeyInformation(Guid, ContentKeyType) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der EncryptionKeyInformation-Klasse.
public EncryptionKeyInformation (Guid keyId, Microsoft.Media.Drm.ContentKeyType encryptionType);
new Microsoft.Media.Drm.EncryptionKeyInformation : Guid * Microsoft.Media.Drm.ContentKeyType -> Microsoft.Media.Drm.EncryptionKeyInformation
Public Sub New (keyId As Guid, encryptionType As ContentKeyType)
Parameter
- keyId
- Guid
Der Schlüsselbezeichner des Inhaltsschlüssels.
- encryptionType
- ContentKeyType
Der ContentKeyType des Inhaltsschlüssels.