다음을 통해 공유


EncryptionKeyInformation(Guid, ContentKeyType) 생성자

정의

EncryptionKeyInformation 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

keyId
Guid

콘텐츠 키의 키 식별자입니다.

encryptionType
ContentKeyType

ContentKeyType 콘텐츠 키의 입니다.

적용 대상