Alpha code for Secret Persistence Policy. In Progress.
This commit is contained in:
parent
d41f5b42c3
commit
4d7d9b9203
@ -132,12 +132,15 @@ public class PersistencePol : CASAPol
|
|||||||
ArrayList al = new ArrayList();
|
ArrayList al = new ArrayList();
|
||||||
|
|
||||||
//enumerate all secrets loaded
|
//enumerate all secrets loaded
|
||||||
|
if (htSecretPolicys != null)
|
||||||
|
{
|
||||||
IDictionaryEnumerator idEnum = htSecretPolicys.GetEnumerator();
|
IDictionaryEnumerator idEnum = htSecretPolicys.GetEnumerator();
|
||||||
while (idEnum.MoveNext())
|
while (idEnum.MoveNext())
|
||||||
{
|
{
|
||||||
string sSecretID = (string)idEnum.Key;
|
string sSecretID = (string)idEnum.Key;
|
||||||
al.Add(sSecretID);
|
al.Add(sSecretID);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return al;
|
return al;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user