diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-A137553F-3B5D-5116-A793-66BF257F42B4.dita --- a/Symbian3/PDK/Source/GUID-A137553F-3B5D-5116-A793-66BF257F42B4.dita Tue Mar 30 11:42:04 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-A137553F-3B5D-5116-A793-66BF257F42B4.dita Tue Mar 30 11:56:28 2010 +0100 @@ -10,23 +10,23 @@ Rights -Manager API TutorialApplications can use the ContentAccess::CRightsManager class +Manager API TutorialApplications can use the ContentAccess::CRightsManager class to manage Digital Rights Management (DRM) rights within a particular DRM agent. -
Required background

Before you start, you must +

Required background

Before you start, you must understand:

  • Content Access Framework for DRM

  • Digital Rights Management

-
Introduction

Rights Manager API gives simple access +

Introduction

Rights Manager API gives simple access to the rights within a CAF agent implementing a DRM scheme. The rights are represented in a generic form using the ContentAccess::CRightsInfo class. This class holds a text description of the rights and some simple properties associated with these rights.

Rights Manager API also allows applications to determine which content files are associated with each rights object and vice versa.

-
Procedure
    +
    Procedure
    1. Create a DRM rights management object.

    2. Perform one or more of the following tasks as per your requirement:

        @@ -109,6 +109,6 @@ is also possible to delete all the rights associated with a particular content object.

        // Delete all the rights objects associated with the given content object TInt result = rightsManager->DeleteAllRights(virtualPath);
    -
    See also

    Manager +

    See also

    Manager API Tutorials

    \ No newline at end of file