Bug 150644. Prevent removal of secrets when store is locked.
This commit is contained in:
@@ -53,6 +53,7 @@ namespace sscs.constants
|
||||
internal static int SSCS_STORE_IS_NOT_PERSISTENT = -23;
|
||||
internal static int SSCS_SECRET_IS_PERSISTENT = -24;
|
||||
internal static int SSCS_SECRET_IS_NOT_PERSISTENT = -25;
|
||||
internal static int SSCS_SECRET_STORE_IS_LOCKED = -26;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user