cryptoservices/filebasedcertificateandkeystores/source/generic/common/fstokencliserv.h
branchRCL_3
changeset 61 641f389e9157
parent 45 030c4fbc13d7
child 62 a71299154b21
--- 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	
 	
 	};