MasterKeySet(Guid, Byte[], Int32, List<RegionSet>) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
MasterKeySet 클래스의 새 인스턴스를 초기화합니다.
public MasterKeySet (Guid keySetId, byte[] masterKey, int numberOfServices, System.Collections.Generic.List<Microsoft.Media.Drm.RegionSet> regionSets);
new Microsoft.Media.Drm.MasterKeySet : Guid * byte[] * int * System.Collections.Generic.List<Microsoft.Media.Drm.RegionSet> -> Microsoft.Media.Drm.MasterKeySet
Public Sub New (keySetId As Guid, masterKey As Byte(), numberOfServices As Integer, regionSets As List(Of RegionSet))
매개 변수
- keySetId
- Guid
을 식별하는 GUID MasterKeySet
- masterKey
- Byte[]
모든 서비스 및 지역 키를 파생하는 데 사용되는 master 키입니다.
- numberOfServices
- Int32
master 키 집합의 서비스 수입니다.
예외
가 1보다 작거나 보다 MaxValue크면 numberOfServices
throw됩니다.
이 masterKey
null이면 throw됩니다.