Symbian3/PDK/Source/GUID-60141F31-6061-5C65-809D-FE7A4F8414F7.dita
changeset 5 f345bda72bc4
parent 1 25a17d01db0c
child 14 578be2adaf3e
--- 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 @@
 <task id="GUID-60141F31-6061-5C65-809D-FE7A4F8414F7" xml:lang="en"><title>Setting
 Management Policies</title><shortdesc>A management policy signifies the security check required to perform
 management operations on the key. The management policy associated with the
-key is of type <apiname>TSecurityPolicy</apiname>. The policy can be set to
+key is of type <codeph>TSecurityPolicy</codeph>. The policy can be set to
 check capabilities or the Vendor ID associated with the calling process. The
 calling process should have a <codeph>WriteUserData</codeph> capability. </shortdesc><prolog><metadata><keywords/></metadata></prolog><taskbody>
-<context><p>The following steps explain the process of setting
-a management policy for a key:</p></context>
+<context id="GUID-2266077D-AFAE-44ED-B4D2-580016A7ADC6"><p>The following steps explain the process of setting a management
+policy for a key:</p></context>
 <steps id="GUID-2D99C179-7CBA-54C4-9111-1F57B3E26C95">
 <step id="GUID-458FDF48-670D-56B0-9220-E70FA3EB425C"><cmd>Create a file system
 session using an <codeph>RFs</codeph> object. </cmd>
@@ -37,7 +37,7 @@
 <info>Set the management policy for the key using the <xref href="GUID-818689D6-EB99-382E-A435-D9C6C5D464DE.dita#GUID-818689D6-EB99-382E-A435-D9C6C5D464DE/GUID-E5962EE8-9B11-3051-AD85-0F7301E18855"><apiname>CUnifiedKeyStore::SetManagementPolicy()</apiname></xref> function. </info>
 </step>
 </steps>
-<result><p>Management policy is set for the selected key. </p> </result>
+<result id="GUID-23DEBEC2-E179-4E83-AA37-EE3E4237CB62"><p>Management policy is set for the selected key. </p> </result>
 <example><title>Example</title> <p>The following code snippet shows how to
 set management policy for a key. </p> <codeblock id="GUID-A8AC1E30-C540-55A9-B12D-C2A46DC8F34A" xml:space="preserve">//Create a file system session object
 RFs iFs;