cryptoservices/filebasedcertificateandkeystores/source/generic/common/fstokencliserv.h
branchRCL_3
changeset 96 a71299154b21
parent 95 641f389e9157
equal deleted inserted replaced
95:641f389e9157 96:a71299154b21
   130 	// For MCTCertApps
   130 	// For MCTCertApps
   131 	EAddApp                 = 120,
   131 	EAddApp                 = 120,
   132 	ERemoveApp              = 121,
   132 	ERemoveApp              = 121,
   133 	EGetAppCount            = 122,
   133 	EGetAppCount            = 122,
   134 	EGetApps                = 123,
   134 	EGetApps                = 123,
   135 	EGetApplication         = 124,
   135 	EGetApplication         = 124,	
   136 	
       
   137 #ifdef SYMBIAN_AUTH_SERVER
       
   138 	
       
   139 	EUseNewKeyServer = 125,
       
   140 	ECreateUserKey		= 126,
       
   141 	EImportUserKey		= 127,
       
   142 	EImportEncryptedUserKey	= 128,
       
   143 	ESetAuthenticationPolicy = 129,
       
   144 	EGetAuthenticationPolicy = 130,
       
   145 
       
   146 #endif // SYMBIAN_AUTH_SERVER	
       
   147 	
   136 	
   148 	};
   137 	};
   149 
   138 
   150 
   139 
   151 
   140