License.ContentEncryptionKey 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 ContentKey ,用來解密與此授權相關聯的內容。
public Microsoft.Media.Drm.ContentKey ContentEncryptionKey { get; set; }
member this.ContentEncryptionKey : Microsoft.Media.Drm.ContentKey with get, set
Public Property ContentEncryptionKey As ContentKey
屬性值
ContentKey,用來解密與此授權相關聯的內容。
備註
當授權為 KeyExchangeLicense 時,「與此授權相關聯的內容」等於傳遞至 KeyExchangeRight(KeyExchangeAlgorithm, Byte[]) 的金鑰。 在此情況下,它必須設定為 AESContentKey 型別為 的 KeyExchange 。 用於 的 AESContentKeyKeyExchangeLicense 金鑰不應用於任何其他用途;Microsoft 建議在每次建構這類授權時隨機產生。