diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-60141F31-6061-5C65-809D-FE7A4F8414F7.dita --- a/Symbian3/PDK/Source/GUID-60141F31-6061-5C65-809D-FE7A4F8414F7.dita Tue Mar 30 11:42:04 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-60141F31-6061-5C65-809D-FE7A4F8414F7.dita Tue Mar 30 11:56:28 2010 +0100 @@ -12,11 +12,11 @@ Setting Management PoliciesA management policy signifies the security check required to perform management operations on the key. The management policy associated with the -key is of type TSecurityPolicy. The policy can be set to +key is of type TSecurityPolicy. The policy can be set to check capabilities or the Vendor ID associated with the calling process. The calling process should have a WriteUserData capability. -

The following steps explain the process of setting -a management policy for a key:

+

The following steps explain the process of setting a management +policy for a key:

Create a file system session using an RFs object. @@ -37,7 +37,7 @@ Set the management policy for the key using the CUnifiedKeyStore::SetManagementPolicy() function. -

Management policy is set for the selected key.

+

Management policy is set for the selected key.

Example

The following code snippet shows how to set management policy for a key.

//Create a file system session object RFs iFs;