共用方式為


EncryptionKeyInformation(Guid, ContentKeyType) Constructor

Definition

Initializes a new instance of the EncryptionKeyInformation class.

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)

Parameters

keyId
Guid

The key identifier of the content key.

encryptionType
ContentKeyType

The ContentKeyType of the content key.

Applies to