Updated cSample with examples to use server secret support.

Exported miCASADeleteCredential.
This commit is contained in:
Rajasekaran Nagarajan 2006-10-20 04:49:58 +00:00
parent 258bb6c2e9
commit eb90af6c4e
4 changed files with 810 additions and 770 deletions

View File

@ -253,7 +253,7 @@ namespace sscs.crypto
fsEncrypt.Write(hash,0,hash.Length);
fsEncrypt.Flush();
#if true//#if CLEAR //RAJ
#if CLEAR
byte[] dup = (byte[])xmlData.Clone();
// write clear file
FileStream fsClear = new FileStream(fileName + ".xml", FileMode.Create);

View File

@ -74,7 +74,7 @@ namespace sscs.lss
private static string LINUXID = "Unix";
internal LocalStorage(SecretStore store, byte[] baMasterPasscode, bool dummy) // Merge this with the next cons - RAJ
internal LocalStorage(SecretStore store, byte[] baMasterPasscode, bool dummy)
{
userStore = store;
m_baGeneratedKey = baMasterPasscode;

View File

@ -26,6 +26,7 @@ VER_1.0
miCASALockStore;
miCASARemoveKeyChain;
miCASARemoveCredential;
miCASADeleteCredential;
miCASASetCredential;
miCASAGetCredential;
miCASAIsSecretPersistent;

File diff suppressed because it is too large Load Diff