cryptoservices/filebasedcertificateandkeystores/source/generic/common/fstokencliserv.h
--- a/cryptoservices/filebasedcertificateandkeystores/source/generic/common/fstokencliserv.h Thu Aug 19 11:38:48 2010 +0300
+++ b/cryptoservices/filebasedcertificateandkeystores/source/generic/common/fstokencliserv.h Tue Aug 31 17:00:08 2010 +0300
@@ -132,7 +132,18 @@
ERemoveApp = 121,
EGetAppCount = 122,
EGetApps = 123,
- EGetApplication = 124,
+ EGetApplication = 124,
+
+#ifdef SYMBIAN_AUTH_SERVER
+
+ EUseNewKeyServer = 125,
+ ECreateUserKey = 126,
+ EImportUserKey = 127,
+ EImportEncryptedUserKey = 128,
+ ESetAuthenticationPolicy = 129,
+ EGetAuthenticationPolicy = 130,
+
+#endif // SYMBIAN_AUTH_SERVER
};