public string Decode(string value) { return(ProtectedDataAdapter.Unprotect(value, password, DataProtectionScope.LocalMachine)); }
public string Decode(string value) { return(ProtectedDataAdapter.Unprotect(value, null, DataProtectionScope.CurrentUser)); }