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 |
取得要儲存在保護系統特定標頭方塊中的資料,其中包含即時電視案例的內嵌授權。 |
ProtectionSystemSpecificHeaderBoxesSpecified |
取得是否已指定至少一個保護系統特定標頭方塊。 |
StreamInformation |
StreamInformation從識別要保護之片段的挑戰中取得 。 |
TimeToNextKeyRotation |
取得或設定下一個金鑰輪替之前的時間。 |
TimeToNextKeyRotationAsTimespan |
取得或設定下一個金鑰輪替的時間作為 TimeSpan 。 |
方法
AddProtectionSystemSpecificHeaderBoxContents(ProtectionSystemSpecificHeaderBoxContents) |
新增保護系統特定的標頭方塊內容。 |
SetContentKeyInfo(ContentKey) |
設定內容金鑰資訊。 |