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.Write(hash,0,hash.Length);
|
||||||
fsEncrypt.Flush();
|
fsEncrypt.Flush();
|
||||||
|
|
||||||
#if true//#if CLEAR //RAJ
|
#if CLEAR
|
||||||
byte[] dup = (byte[])xmlData.Clone();
|
byte[] dup = (byte[])xmlData.Clone();
|
||||||
// write clear file
|
// write clear file
|
||||||
FileStream fsClear = new FileStream(fileName + ".xml", FileMode.Create);
|
FileStream fsClear = new FileStream(fileName + ".xml", FileMode.Create);
|
||||||
|
@ -74,7 +74,7 @@ namespace sscs.lss
|
|||||||
|
|
||||||
private static string LINUXID = "Unix";
|
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;
|
userStore = store;
|
||||||
m_baGeneratedKey = baMasterPasscode;
|
m_baGeneratedKey = baMasterPasscode;
|
||||||
|
@ -26,6 +26,7 @@ VER_1.0
|
|||||||
miCASALockStore;
|
miCASALockStore;
|
||||||
miCASARemoveKeyChain;
|
miCASARemoveKeyChain;
|
||||||
miCASARemoveCredential;
|
miCASARemoveCredential;
|
||||||
|
miCASADeleteCredential;
|
||||||
miCASASetCredential;
|
miCASASetCredential;
|
||||||
miCASAGetCredential;
|
miCASAGetCredential;
|
||||||
miCASAIsSecretPersistent;
|
miCASAIsSecretPersistent;
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user