共用方式為


License.ContentEncryptionKey 屬性

定義

取得或設定 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 建議在每次建構這類授權時隨機產生。

適用於