RecryptionHelper.RecryptDatabaseDelegate Delegate
In This Topic
Delegate for executing the recryption process on a separate thread
Syntax
private delegate void RecryptionHelper.RecryptDatabaseDelegate(
int ,
byte[] ,
byte[]
)
Parameters
- storeId
- ID of the store context
- oldKey
- Existing key used to encrypt data
- newKey
- New key to be applied to encrypted data
See Also