policymanagement/dmutilserver/inc/PMUtilInternalCRKeys.h
changeset 72 8ee66fcd0a7c
parent 0 b497e44ab2fc
equal deleted inserted replaced
68:415c00f1675d 72:8ee66fcd0a7c
   116 *
   116 *
   117 *
   117 *
   118 */
   118 */
   119 const TUint32 KSyncMLForcedCertificateCheckKey = 0x00000006;
   119 const TUint32 KSyncMLForcedCertificateCheckKey = 0x00000006;
   120 
   120 
       
   121 /**
       
   122 * CenRep key for certificate label counter:
       
   123 * Indicates current label value of certificate.
       
   124 *
       
   125 * Possible integer values:
       
   126 * Positive numbers
       
   127 *
       
   128 * Default value: 0 (not defined)
       
   129 *
       
   130 *
       
   131 */
       
   132 const TUint32 KCertificateCounter = 0x00000007;
       
   133 
       
   134 /**
       
   135 * CenRep key for server id:
       
   136 * Indicates current trusted server id.
       
   137 *
       
   138 * Possible string values:
       
   139 * some string names
       
   140 *
       
   141 * Default value: NULL(not defined)
       
   142 *
       
   143 *
       
   144 */
       
   145 const TUint32 KTrustedServerId = 0x00000008;
       
   146 
       
   147 
   121 #endif // PM_UTIL_PRIVATE_CR_KEYS_H
   148 #endif // PM_UTIL_PRIVATE_CR_KEYS_H
   122 
   149