Skip to content

Commit 7fdb56b

Browse files
authored
Update content-protection-overview.md
1 parent 9154e85 commit 7fdb56b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/media-services/latest/content-protection-overview.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,9 @@ To successfully complete your "content protection" system/application design, yo
3939

4040
The example shows how to:
4141

42-
1. Create and configure [Content Key Policies](https://docs.microsoft.com/rest/api/media/contentkeypolicies).
42+
1. Create and configure [Content Key Policies](https://docs.microsoft.com/rest/api/media/contentkeypolicies). You need to create a **Content Key Policy** to configure how the content key (that provides secure access to your Assets) is delivered to end clients.
4343

4444
* Define license delivery authorization, specifying the logic of authorization check based on claims in JWT.
45-
* Configure DRM encryption by specifying the content key.
4645
* Configure [PlayReady](playready-license-template-overview.md), [Widevine](widevine-license-template-overview.md), and/or [FairPlay](fairplay-license-overview.md) licenses. The templates let you configure rights and permissions for each of the used DRMs.
4746

4847
```
@@ -56,8 +55,8 @@ To successfully complete your "content protection" system/application design, yo
5655
StreamingLocator.StreamingPolicyName to the "Predefined_MultiDrmCencStreaming" policy. The PlayReady and
5756
Widevine encryptions are applied, the key is delivered to the playback client based on the configured DRM licenses. If
5857
you also want to encrypt your stream with CBCS (FairPlay), use "Predefined_MultiDrmStreaming".
59-
60-
You need to create a **Content Key Policy** to configure how the content key (that provides secure access to your Assets) is delivered to end clients.
58+
59+
The Streaming Locator is also associated with the **Content Key Policy** that was defined.
6160
6261
3. Create a test token.
6362

0 commit comments

Comments
 (0)