policymanagement/dmutilserver/inc/PMUtilInternalCRKeys.h
changeset 66 08c8318ec9cb
parent 0 b497e44ab2fc
--- a/policymanagement/dmutilserver/inc/PMUtilInternalCRKeys.h	Fri Sep 03 22:35:56 2010 +0530
+++ b/policymanagement/dmutilserver/inc/PMUtilInternalCRKeys.h	Fri Sep 17 19:59:15 2010 +0530
@@ -118,5 +118,32 @@
 */
 const TUint32 KSyncMLForcedCertificateCheckKey = 0x00000006;
 
+/**
+* CenRep key for certificate label counter:
+* Indicates current label value of certificate.
+*
+* Possible integer values:
+* Positive numbers
+*
+* Default value: 0 (not defined)
+*
+*
+*/
+const TUint32 KCertificateCounter = 0x00000007;
+
+/**
+* CenRep key for server id:
+* Indicates current trusted server id.
+*
+* Possible string values:
+* some string names
+*
+* Default value: NULL(not defined)
+*
+*
+*/
+const TUint32 KTrustedServerId = 0x00000008;
+
+
 #endif // PM_UTIL_PRIVATE_CR_KEYS_H