Updated cSample with examples to use server secret support.
Exported miCASADeleteCredential.
This commit is contained in:
parent
258bb6c2e9
commit
eb90af6c4e
@ -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);
|
||||
|
@ -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;
|
||||
|
@ -26,6 +26,7 @@ VER_1.0
|
||||
miCASALockStore;
|
||||
miCASARemoveKeyChain;
|
||||
miCASARemoveCredential;
|
||||
miCASADeleteCredential;
|
||||
miCASASetCredential;
|
||||
miCASAGetCredential;
|
||||
miCASAIsSecretPersistent;
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user