protected override string GetKeyWithoutUsingCache()
 {
     return(PasswordHelper.DeriveKeyFromSecret(SharedKeys.ConfidentialInformationSymmetricKey(), 256 / 8));
 }