pkiutilities/securitydialognotifiersrv/src/securitydialogoperbasicpinquery.cpp
changeset 66 67b3e3c1fc87
parent 53 25dd1e8b2663
equal deleted inserted replaced
63:989397f9511c 66:67b3e3c1fc87
   104         ShowWarningNoteL( KInvalidPinCode );
   104         ShowWarningNoteL( KInvalidPinCode );
   105         }
   105         }
   106 
   106 
   107     HBufC* caption = NULL;
   107     HBufC* caption = NULL;
   108     TInt minLength = 0;
   108     TInt minLength = 0;
   109     TInt maxLength = 0;
   109     TInt maxLength = KPINLabelMaxLength;
   110     TInt mode = ESecUiAlphaSupported | ESecUiSecretSupported | ESecUiCancelSupported |
   110     TInt mode = ESecUiAlphaSupported | ESecUiSecretSupported | ESecUiCancelSupported |
   111             ESecUiEmergencyNotSupported;
   111             ESecUiEmergencyNotSupported;
   112     if( iPinInput->iPIN.iPINLabel == KBasicPinQueryKeyStorePassphrase )
   112     if( iPinInput->iPIN.iPINLabel == KBasicPinQueryKeyStorePassphrase )
   113         {
   113         {
   114         // "Enter code for phone keystore:"
   114         // "Enter code for phone keystore:"