diff -r 80ef3a206772 -r 48780e181b38 Symbian3/SDK/Source/GUID-48B61662-0A11-4356-9882-7523B04FFD96.dita --- a/Symbian3/SDK/Source/GUID-48B61662-0A11-4356-9882-7523B04FFD96.dita Fri Jul 16 17:23:46 2010 +0100 +++ b/Symbian3/SDK/Source/GUID-48B61662-0A11-4356-9882-7523B04FFD96.dita Tue Jul 20 12:00:49 2010 +0100 @@ -12,21 +12,21 @@ Changing PassphraseThis section explains how to change the passphrase.

The following steps explain the process of changing the passphrase:

- -Create a file system + +Create a file system session using an RFs object. - + Create an object of type CUnifiedKeyStore using CUnifiedKeyStore::NewL() or CUnifiedKeyStore::NewLC(). - + Initialize the member functions and keystore using the asynchronous function CUnifiedKeyStore::Initialize(). - + Obtain the authentication object of a key using the CCTKeyInfo::Protector() function. - + Invoke the ChangeReferenceData() function for the authentication object obtained. The keystore prompts the user to enter the old and new passphrases. @@ -34,8 +34,8 @@

The passphrase is changed for the selected key, if the old passphrase is entered correctly.

-Example

The -following code snippet shows how to set use policy for a key.

// Create a file system session object +Example

The +following code snippet shows how to set use policy for a key.

// Create a file system session object RFs iFs; CleanupClosePushL(&iFs);