StreamProtectionInformation 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
스트림의 특정 기간에서 콘텐츠를 암호화하는 데 사용되는 암호화 키 정보를 나타냅니다.
[System.Serializable]
public class StreamProtectionInformation
[<System.Serializable>]
type StreamProtectionInformation = class
Public Class StreamProtectionInformation
- 상속
-
StreamProtectionInformation
- 특성
생성자
StreamProtectionInformation() |
StreamProtectionInformation 클래스의 새 인스턴스를 초기화합니다. |
StreamProtectionInformation(StreamInformation) |
지정된 StreamInformation에서 StreamProtectionInformation 클래스의 새 인스턴스를 초기화합니다. |
속성
EncryptionType |
콘텐츠의 이 조각에 대한 암호화 유형을 가져오거나 설정합니다. |
KeyData |
콘텐츠를 암호화하는 데 사용할 base64로 인코딩된 이진 콘텐츠 키를 가져오거나 설정합니다. |
KeyId |
콘텐츠 키의 키 식별자를 가져오거나 설정합니다. |
KeyRotationOffsetFromProgramStart |
프로그램 시작에서 이 키/정책 회전의 오프셋을 TimeSpan로 가져오거나 설정합니다. |
KeyRotationOffsetFromProgramStartAsTimespan |
프로그램 시작에서 이 키/정책 회전의 오프셋을 TimeSpan로 가져오거나 설정합니다. |
ProtectionSystemSpecificHeaderBoxes |
라이브 TV 시나리오에 대한 포함된 라이선스가 포함된 보호 시스템별 헤더 상자에 저장할 데이터를 가져옵니다. |
ProtectionSystemSpecificHeaderBoxesSpecified |
하나 이상의 보호 시스템 특정 헤더 상자가 지정되었는지 여부를 가져옵니다. |
StreamInformation |
StreamInformation 보호할 조각을 식별하는 챌린지에서 를 가져옵니다. |
TimeToNextKeyRotation |
다음 키 회전까지의 시간을 가져오거나 설정합니다. |
TimeToNextKeyRotationAsTimespan |
다음 키 회전 TimeSpan시간을 로 가져오거나 설정합니다. |
메서드
AddProtectionSystemSpecificHeaderBoxContents(ProtectionSystemSpecificHeaderBoxContents) |
보호 시스템 특정 헤더 상자 콘텐츠를 추가합니다. |
SetContentKeyInfo(ContentKey) |
콘텐츠 키 정보를 설정합니다. |