SYMBOL INDEX (293 symbols across 40 files) FILE: KoenZomers.KeePass.OneDriveSync/Configuration.cs class Configuration (line 14) | [DataContract] method GetPasswordDatabaseConfiguration (line 145) | public static Configuration GetPasswordDatabaseConfiguration(string lo... method SetPasswordDatabaseConfiguration (line 161) | public static void SetPasswordDatabaseConfiguration(string localPasswo... method Load (line 170) | public static void Load() method Save (line 212) | public static void Save() method Clone (line 266) | public object Clone() method DeleteConfig (line 275) | public static void DeleteConfig(string localPasswordDatabasePath) method GetAllConfigurations (line 313) | internal static IDictionary GetAllConfigurations() method NormalizePath (line 334) | private static string NormalizePath(string localPasswordDatabasePath) FILE: KoenZomers.KeePass.OneDriveSync/Enums/CloudStorageType.cs type CloudStorageType (line 6) | public enum CloudStorageType : short FILE: KoenZomers.KeePass.OneDriveSync/Enums/OneDriveRefreshTokenStorage.cs type OneDriveRefreshTokenStorage (line 6) | public enum OneDriveRefreshTokenStorage : short FILE: KoenZomers.KeePass.OneDriveSync/Forms/AboutForm.Designer.cs class AboutForm (line 3) | partial class AboutForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: KoenZomers.KeePass.OneDriveSync/Forms/AboutForm.cs class AboutForm (line 6) | public partial class AboutForm : Form method AboutForm (line 8) | public AboutForm() method CloseButton_Click (line 17) | private void CloseButton_Click(object sender, System.EventArgs e) FILE: KoenZomers.KeePass.OneDriveSync/Forms/OneDriveAboutForm.Designer.cs class OneDriveAboutForm (line 3) | partial class OneDriveAboutForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: KoenZomers.KeePass.OneDriveSync/Forms/OneDriveAboutForm.cs class OneDriveAboutForm (line 10) | public partial class OneDriveAboutForm : Form method OneDriveAboutForm (line 12) | public OneDriveAboutForm() method CloseButton_Click (line 21) | private void CloseButton_Click(object sender, EventArgs e) method WebsiteLinkLabel_Click (line 26) | private void WebsiteLinkLabel_Click(object sender, EventArgs e) FILE: KoenZomers.KeePass.OneDriveSync/Forms/OneDriveAskToStartSyncingDialog.Designer.cs class OneDriveAskToStartSyncingDialog (line 3) | partial class OneDriveAskToStartSyncingDialog method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: KoenZomers.KeePass.OneDriveSync/Forms/OneDriveAskToStartSyncingDialog.cs class OneDriveAskToStartSyncingDialog (line 7) | public partial class OneDriveAskToStartSyncingDialog : Form method OneDriveAskToStartSyncingDialog (line 14) | public OneDriveAskToStartSyncingDialog(Configuration configuration) method OKButton_Click (line 23) | private void OKButton_Click(object sender, EventArgs e) FILE: KoenZomers.KeePass.OneDriveSync/Forms/OneDriveAuthenticateForm.Designer.cs class OneDriveAuthenticateForm (line 3) | partial class OneDriveAuthenticateForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: KoenZomers.KeePass.OneDriveSync/Forms/OneDriveAuthenticateForm.cs class OneDriveAuthenticateForm (line 6) | public partial class OneDriveAuthenticateForm : Form method OneDriveAuthenticateForm (line 13) | public OneDriveAuthenticateForm(OneDriveApi oneDriveApi) method SignOut (line 26) | public void SignOut() method WebBrowser_Navigated (line 33) | private async void WebBrowser_Navigated(object sender, WebBrowserNavig... FILE: KoenZomers.KeePass.OneDriveSync/Forms/OneDriveCloudTypeForm.Designer.cs class OneDriveCloudTypeForm (line 3) | partial class OneDriveCloudTypeForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: KoenZomers.KeePass.OneDriveSync/Forms/OneDriveCloudTypeForm.cs class OneDriveCloudTypeForm (line 7) | public partial class OneDriveCloudTypeForm : Form method OneDriveCloudTypeForm (line 23) | public OneDriveCloudTypeForm() method OneDriveConsumerPicture_Click (line 32) | private void OneDriveConsumerPicture_Click(object sender, EventArgs e) method OneDriveConsumerPictureButton_Click (line 40) | private void OneDriveConsumerPictureButton_Click(object sender, EventA... method GraphPictureButton_Click (line 48) | private void GraphPictureButton_Click(object sender, EventArgs e) method SharePointPictureButton_Click (line 56) | private void SharePointPictureButton_Click(object sender, EventArgs e) method CancelButton_Click (line 64) | private void CancelButton_Click(object sender, EventArgs e) method GraphDeviceLoginPictureButton_Click (line 69) | private void GraphDeviceLoginPictureButton_Click(object sender, EventA... FILE: KoenZomers.KeePass.OneDriveSync/Forms/OneDriveConfigDetailsForm.Designer.cs class OneDriveConfigDetailsForm (line 3) | partial class OneDriveConfigDetailsForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: KoenZomers.KeePass.OneDriveSync/Forms/OneDriveConfigDetailsForm.cs class OneDriveConfigDetailsForm (line 12) | public partial class OneDriveConfigDetailsForm : Form method OneDriveConfigDetailsForm (line 20) | public OneDriveConfigDetailsForm(KeyValuePair c... method OneDriveConfigDetailsForm_Load (line 27) | private void OneDriveConfigDetailsForm_Load(object sender, EventArgs e) method ShowConfiguration (line 32) | private void ShowConfiguration() method CloseButton_Click (line 54) | private void CloseButton_Click(object sender, EventArgs e) method DeleteButton_Click (line 59) | private void DeleteButton_Click(object sender, EventArgs e) method ForceSyncButton_Click (line 69) | private async void ForceSyncButton_Click(object sender, EventArgs e) method UpdateStatus (line 82) | private void UpdateStatus(string message) method OneDriveConfigDetailsForm_KeyUp (line 87) | private void OneDriveConfigDetailsForm_KeyUp(object sender, KeyEventAr... method LocalDatabasePathLinkLabel_LinkClicked (line 95) | private void LocalDatabasePathLinkLabel_LinkClicked(object sender, Lin... method ItemIdLabel_Click (line 116) | private void ItemIdLabel_Click(object sender, EventArgs e) method ItemIdTextBox_TextChanged (line 121) | private void ItemIdTextBox_TextChanged(object sender, EventArgs e) FILE: KoenZomers.KeePass.OneDriveSync/Forms/OneDriveConfigForm.Designer.cs class OneDriveConfigForm (line 3) | partial class OneDriveConfigForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: KoenZomers.KeePass.OneDriveSync/Forms/OneDriveConfigForm.cs class OneDriveConfigForm (line 15) | public partial class OneDriveConfigForm : Form method OneDriveConfigForm (line 27) | public OneDriveConfigForm() method OneDriveConfigForm_Load (line 35) | private void OneDriveConfigForm_Load(object sender, EventArgs e) method LoadConfigurations (line 43) | private void LoadConfigurations() method CloseButton_Click (line 73) | private void CloseButton_Click(object sender, EventArgs e) method ConfigurationListViewContextItemDelete_Click (line 78) | private void ConfigurationListViewContextItemDelete_Click(object sende... method ConfigurationListViewContextMenu_Opening (line 83) | private void ConfigurationListViewContextMenu_Opening(object sender, S... method ConfigurationListView_DoubleClick (line 93) | private void ConfigurationListView_DoubleClick(object sender, EventArg... method ConfigurationListViewContextItemViewDetails_Click (line 98) | private void ConfigurationListViewContextItemViewDetails_Click(object ... method DeleteItem (line 103) | private void DeleteItem() method ViewDetails (line 118) | private void ViewDetails() method RenameEntry (line 128) | private void RenameEntry() method SyncNow (line 158) | private async Task SyncNow() method ConfigurationListViewContextItemSyncNow_Click (line 185) | private async void ConfigurationListViewContextItemSyncNow_Click(objec... method UpdateStatus (line 190) | private void UpdateStatus(string message) method AboutButton_Click (line 201) | private void AboutButton_Click(object sender, EventArgs e) method ConfigurationListView_KeyUp (line 207) | private void ConfigurationListView_KeyUp(object sender, KeyEventArgs e) method ConfigurationListViewContextItemOpenFileLocation_Click (line 212) | private void ConfigurationListViewContextItemOpenFileLocation_Click(ob... method ConfigurationListViewContextItemRenameStorage_Click (line 224) | private void ConfigurationListViewContextItemRenameStorage_Click(objec... method ConfigurationListViewContextItemOpenDatabase_Click (line 229) | private void ConfigurationListViewContextItemOpenDatabase_Click(object... method ConfigurationListViewContextItemRefresh_Click (line 242) | private void ConfigurationListViewContextItemRefresh_Click(object send... method ConfigurationListViewContextItemSelectAll_Click (line 247) | private void ConfigurationListViewContextItemSelectAll_Click(object se... method ConfigurationListViewContextItemSelectNotAvailableLocally_Click (line 255) | private void ConfigurationListViewContextItemSelectNotAvailableLocally... method ConfigurationListViewContextItemSelectNotSynced24Hours_Click (line 263) | private void ConfigurationListViewContextItemSelectNotSynced24Hours_Cl... method ConfigurationListViewContextItemSelectNotSyncedWeek_Click (line 272) | private void ConfigurationListViewContextItemSelectNotSyncedWeek_Click... method ConfigurationListViewContextItemSelectNotSynced2Weeks_Click (line 281) | private void ConfigurationListViewContextItemSelectNotSynced2Weeks_Cli... method ConfigurationListViewContextItemSelectNotSyncedMonth_Click (line 290) | private void ConfigurationListViewContextItemSelectNotSyncedMonth_Clic... FILE: KoenZomers.KeePass.OneDriveSync/Forms/OneDriveFilePickerDialog.Designer.cs class OneDriveFilePickerDialog (line 3) | partial class OneDriveFilePickerDialog method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: KoenZomers.KeePass.OneDriveSync/Forms/OneDriveFilePickerDialog.cs class OneDriveFilePickerDialog (line 10) | public partial class OneDriveFilePickerDialog : Form method OneDriveFilePickerDialog (line 62) | public OneDriveFilePickerDialog(OneDriveApi oneDriveApi) method LoadFolderItems (line 79) | public async Task LoadFolderItems(string parentItemId = null) method LoadSharedWithMeItems (line 143) | public async Task LoadSharedWithMeItems(OneDriveItem parentItem = null) method CloudLocationPicker_DoubleClick (line 277) | private async void CloudLocationPicker_DoubleClick(object sender, Even... method UpButton_Click (line 291) | private async void UpButton_Click(object sender, EventArgs e) method RefreshToolStripMenuItem_Click (line 297) | private async void RefreshToolStripMenuItem_Click(object sender, Event... method OneDriveFileSaveAsDialog_KeyUp (line 302) | private void OneDriveFileSaveAsDialog_KeyUp(object sender, KeyEventArg... method OKButton_Click (line 310) | private void OKButton_Click(object sender, EventArgs e) method CloudLocationPicker_ItemSelectionChanged (line 316) | private void CloudLocationPicker_ItemSelectionChanged(object sender, L... method GoToRootToolStripMenuItem_Click (line 327) | private async void GoToRootToolStripMenuItem_Click(object sender, Even... method ListViewContextMenu_Opening (line 332) | private void ListViewContextMenu_Opening(object sender, System.Compone... method OneDriveFileSaveAsDialog_Load (line 337) | private void OneDriveFileSaveAsDialog_Load(object sender, EventArgs e) method NewFolderToolStripMenuItem_Click (line 342) | private async void NewFolderToolStripMenuItem_Click(object sender, Eve... method DeleteToolStripMenuItem_Click (line 363) | private async void DeleteToolStripMenuItem_Click(object sender, EventA... method FileNameTextBox_TextChanged (line 383) | private void FileNameTextBox_TextChanged(object sender, EventArgs e) method RenameToolStripMenuItem_Click (line 388) | private async void RenameToolStripMenuItem_Click(object sender, EventA... method GroupToolStripMenuItem_Click (line 421) | private void GroupToolStripMenuItem_Click(object sender, EventArgs e) method UpButton_EnabledChanged (line 426) | private void UpButton_EnabledChanged(object sender, EventArgs e) method CloudLocationPicker_KeyUp (line 431) | private void CloudLocationPicker_KeyUp(object sender, KeyEventArgs e) method FileNameTextBox_KeyUp (line 439) | private void FileNameTextBox_KeyUp(object sender, KeyEventArgs e) method FilesTabControl_SelectedIndexChanged (line 447) | private async void FilesTabControl_SelectedIndexChanged(object sender,... method RefreshSharedWithMeFilesToolStripMenuItem_Click (line 468) | private async void RefreshSharedWithMeFilesToolStripMenuItem_Click(obj... method SharedWithMePicker_DoubleClick (line 473) | private async void SharedWithMePicker_DoubleClick(object sender, Event... method SharedWithMePicker_KeyUp (line 487) | private void SharedWithMePicker_KeyUp(object sender, KeyEventArgs e) method SharedWithMeUpButton_Click (line 495) | private async void SharedWithMeUpButton_Click(object sender, EventArgs e) method GoToSharedWithMeRootTtoolStripMenuItem_Click (line 501) | private async void GoToSharedWithMeRootTtoolStripMenuItem_Click(object... method GoUpSharedWithMeToolStripMenuItem_Click (line 506) | private async void GoUpSharedWithMeToolStripMenuItem_Click(object send... method SharedWithMeContextMenu_Opening (line 511) | private void SharedWithMeContextMenu_Opening(object sender, System.Com... method SharedWithMePicker_ItemSelectionChanged (line 516) | private void SharedWithMePicker_ItemSelectionChanged(object sender, Li... FILE: KoenZomers.KeePass.OneDriveSync/Forms/OneDriveGraphDeviceLoginForm.Designer.cs class OneDriveGraphDeviceLoginForm (line 3) | partial class OneDriveGraphDeviceLoginForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: KoenZomers.KeePass.OneDriveSync/Forms/OneDriveGraphDeviceLoginForm.cs class OneDriveGraphDeviceLoginForm (line 14) | public partial class OneDriveGraphDeviceLoginForm : Form method OneDriveGraphDeviceLoginForm (line 61) | public OneDriveGraphDeviceLoginForm(OneDriveApi oneDriveApi) method OneDriveGraphDeviceLoginForm_FormClosing (line 93) | private void OneDriveGraphDeviceLoginForm_FormClosing(object sender, F... method GetMicrosoftGraphDeviceId (line 112) | private void GetMicrosoftGraphDeviceId() method TryParseJson (line 185) | public static bool TryParseJson(string json, out T result) method HasUserAuthenticated (line 201) | private string HasUserAuthenticated() method CreateHttpClient (line 271) | private HttpClient CreateHttpClient() method CancelButton_Click (line 295) | private void CancelButton_Click(object sender, EventArgs e) method StartSessionTimer_Tick (line 305) | private void StartSessionTimer_Tick(object sender, EventArgs e) method AuthenticationCheckTimer_Tick (line 317) | private void AuthenticationCheckTimer_Tick(object sender, EventArgs e) method CopyDeviceIdButton_Click (line 353) | private void CopyDeviceIdButton_Click(object sender, EventArgs e) method OpenBrowserButton_Click (line 360) | private void OpenBrowserButton_Click(object sender, EventArgs e) method DeviceAuthLinkLabel_LinkClicked (line 367) | private void DeviceAuthLinkLabel_LinkClicked(object sender, LinkLabelL... method OneDriveGraphDeviceLoginForm_FormClosed (line 374) | private void OneDriveGraphDeviceLoginForm_FormClosed(object sender, Fo... method AuthenticationCompleteTimer_Tick (line 382) | private void AuthenticationCompleteTimer_Tick(object sender, EventArgs e) method MoreInformationLinkLabel_LinkClicked (line 388) | private void MoreInformationLinkLabel_LinkClicked(object sender, LinkL... FILE: KoenZomers.KeePass.OneDriveSync/Forms/OneDriveGraphDeviceLoginForm1.Designer.cs class OneDriveGraphDeviceLoginForm (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method OneDriveGraphDeviceLoginForm (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: KoenZomers.KeePass.OneDriveSync/Forms/OneDriveRefreshTokenStorageDialog.Designer.cs class OneDriveRefreshTokenStorageDialog (line 3) | partial class OneDriveRefreshTokenStorageDialog method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: KoenZomers.KeePass.OneDriveSync/Forms/OneDriveRefreshTokenStorageDialog.cs class OneDriveRefreshTokenStorageDialog (line 8) | public partial class OneDriveRefreshTokenStorageDialog : Form method OneDriveRefreshTokenStorageDialog (line 15) | public OneDriveRefreshTokenStorageDialog(Configuration configuration) method HelpMeChooseLinkLabel_LinkClicked (line 22) | private void HelpMeChooseLinkLabel_LinkClicked(object sender, LinkLabe... method FinishButton_Click (line 27) | private void FinishButton_Click(object sender, EventArgs e) method OneDriveRefreshTokenStorageDialog_FormClosing (line 32) | private void OneDriveRefreshTokenStorageDialog_FormClosing(object send... FILE: KoenZomers.KeePass.OneDriveSync/Forms/OneDriveRequestInputDialog.Designer.cs class OneDriveRequestInputDialog (line 3) | partial class OneDriveRequestInputDialog method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: KoenZomers.KeePass.OneDriveSync/Forms/OneDriveRequestInputDialog.cs class OneDriveRequestInputDialog (line 6) | public partial class OneDriveRequestInputDialog : Form method OneDriveRequestInputDialog (line 26) | public OneDriveRequestInputDialog() method OKButton_Click (line 31) | private void OKButton_Click(object sender, EventArgs e) method CancelButton_Click (line 37) | private void CancelButton_Click(object sender, EventArgs e) method InputTextBoxTextBox_TextChanged (line 42) | private void InputTextBoxTextBox_TextChanged(object sender, EventArgs e) method InputTextBox_KeyPress (line 47) | private void InputTextBox_KeyPress(object sender, KeyPressEventArgs e) method InputTextBox_KeyUp (line 52) | private void InputTextBox_KeyUp(object sender, KeyEventArgs e) FILE: KoenZomers.KeePass.OneDriveSync/Forms/SharePointCredentialsForm.Designer.cs class SharePointCredentialsForm (line 3) | partial class SharePointCredentialsForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: KoenZomers.KeePass.OneDriveSync/Forms/SharePointCredentialsForm.cs class SharePointCredentialsForm (line 7) | public partial class SharePointCredentialsForm : Form method SharePointCredentialsForm (line 32) | public SharePointCredentialsForm() method OKButton_Click (line 40) | private void OKButton_Click(object sender, EventArgs e) method EnsureAllFieldsEntered (line 53) | private bool EnsureAllFieldsEntered() method TestButton_Click (line 67) | private async void TestButton_Click(object sender, EventArgs e) method SharePointUrlTextBox_KeyUp (line 109) | private void SharePointUrlTextBox_KeyUp(object sender, KeyEventArgs e) method CancelButton_Click (line 126) | private void CancelButton_Click(object sender, EventArgs e) method SharePointUrlTextBox_TextChanged (line 131) | private void SharePointUrlTextBox_TextChanged(object sender, EventArgs e) method ClientIdTextBox_KeyUp (line 136) | private void ClientIdTextBox_KeyUp(object sender, KeyEventArgs e) method ClientSecretTextBox_KeyUp (line 141) | private void ClientSecretTextBox_KeyUp(object sender, KeyEventArgs e) FILE: KoenZomers.KeePass.OneDriveSync/Forms/SharePointDocumentLibraryPickerDialog.Designer.cs class SharePointDocumentLibraryPickerDialog (line 3) | partial class SharePointDocumentLibraryPickerDialog method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: KoenZomers.KeePass.OneDriveSync/Forms/SharePointDocumentLibraryPickerDialog.cs class SharePointDocumentLibraryPickerDialog (line 9) | public partial class SharePointDocumentLibraryPickerDialog : System.Wind... method SharePointDocumentLibraryPickerDialog (line 67) | public SharePointDocumentLibraryPickerDialog(HttpClient httpClient) method LoadDocumentLibraryItems (line 77) | public async Task LoadDocumentLibraryItems() method LoadDocumentLibraryFileAndFolderItems (line 119) | public async Task LoadDocumentLibraryFileAndFolderItems(string serverR... method SharePointDocumentLibraryPicker_DoubleClick (line 226) | private async void SharePointDocumentLibraryPicker_DoubleClick(object ... method OKButton_Click (line 251) | private void OKButton_Click(object sender, EventArgs e) method SharePointDocumentLibraryPicker_SelectedIndexChanged (line 269) | private void SharePointDocumentLibraryPicker_SelectedIndexChanged(obje... method showHiddenLibrariesToolStripMenuItem_Click (line 283) | private void showHiddenLibrariesToolStripMenuItem_Click(object sender,... method refreshToolStripMenuItem_Click (line 291) | private async void refreshToolStripMenuItem_Click(object sender, Event... method UpButton_Click (line 303) | private async void UpButton_Click(object sender, EventArgs e) method goToRootToolStripMenuItem_Click (line 316) | private async void goToRootToolStripMenuItem_Click(object sender, Even... method goupToolStripMenuItem_Click (line 321) | private void goupToolStripMenuItem_Click(object sender, EventArgs e) method FileNameTextBox_KeyUp (line 326) | private void FileNameTextBox_KeyUp(object sender, KeyEventArgs e) method newFoldertoolStripMenuItem_Click (line 334) | private async void newFoldertoolStripMenuItem_Click(object sender, Eve... method deleteToolStripMenuItem_Click (line 357) | private async void deleteToolStripMenuItem_Click(object sender, EventA... method renameToolStripMenuItem_Click (line 394) | private async void renameToolStripMenuItem_Click(object sender, EventA... FILE: KoenZomers.KeePass.OneDriveSync/KeePassDatabase.cs class KeePassDatabase (line 14) | public static class KeePassDatabase method OpenDatabaseFromCloudService (line 20) | public static async Task OpenDatabaseFromCloudService(Action u... method SyncDatabase (line 87) | public static async Task SyncDatabase(string localKeePassDatabasePath,... method AskIfShouldBeSynced (line 191) | private static CloudStorageType? AskIfShouldBeSynced(Configuration dat... method MergeDatabases (line 224) | public static bool MergeDatabases(Configuration databaseConfig, string... method UpdateStatus (line 248) | public static void UpdateStatus(string message) FILE: KoenZomers.KeePass.OneDriveSync/KoenZomersKeePassOneDriveSyncExt.cs class KoenZomersKeePassOneDriveSyncExt (line 14) | public class KoenZomersKeePassOneDriveSyncExt : Plugin method Initialize (line 91) | public override bool Initialize(IPluginHost pluginHost) method Terminate (line 148) | public override void Terminate() method OnKeePassDatabaseClosing (line 171) | private void OnKeePassDatabaseClosing(object sender, FileClosingEventA... method MainWindowOnFileSaved (line 192) | private async void MainWindowOnFileSaved(object sender, FileSavedEvent... method MenuOptionsOnClick (line 229) | private static void MenuOptionsOnClick(object sender, EventArgs e) method MenuFileOpenFromOneDriveOnClick (line 238) | private async static void MenuFileOpenFromOneDriveOnClick(object sende... method MenuFileOneDriveSyncOfflineOnClick (line 246) | private void MenuFileOneDriveSyncOfflineOnClick(object sender, EventAr... method OnKeePassDatabaseOpened (line 255) | private async void OnKeePassDatabaseOpened(object sender, FileOpenedEv... method OnKeePassDatabaseClosed (line 290) | private static void OnKeePassDatabaseClosed(object sender, FileClosedE... FILE: KoenZomers.KeePass.OneDriveSync/Providers/MicrosoftGraph/MicrosoftGraphDeviceCodeAuthCheckFailedResponse.cs class MicrosoftGraphDeviceCodeAuthCheckFailedResponse (line 9) | public class MicrosoftGraphDeviceCodeAuthCheckFailedResponse FILE: KoenZomers.KeePass.OneDriveSync/Providers/MicrosoftGraph/MicrosoftGraphDeviceCodeAuthCheckSucceededResponse.cs class MicrosoftGraphDeviceCodeAuthCheckSucceededResponse (line 8) | public class MicrosoftGraphDeviceCodeAuthCheckSucceededResponse FILE: KoenZomers.KeePass.OneDriveSync/Providers/MicrosoftGraph/MicrosoftGraphDeviceCodeResponse.cs class MicrosoftGraphDeviceCodeResponse (line 9) | public class MicrosoftGraphDeviceCodeResponse FILE: KoenZomers.KeePass.OneDriveSync/Providers/OneDriveProvider.cs class OneDriveProvider (line 11) | internal static class OneDriveProvider method SyncUsingOneDriveCloudProvider (line 21) | public static async Task SyncUsingOneDriveCloudProvider(Configur... method OpenFromOneDriveCloudProvider (line 360) | public static async Task OpenFromOneDriveCloudProvider(Configu... FILE: KoenZomers.KeePass.OneDriveSync/Providers/SharePointProvider.cs class SharePointProvider (line 12) | internal static class SharePointProvider method SyncUsingSharePointPlatform (line 22) | public static async Task SyncUsingSharePointPlatform(Configurati... method GetEtagOfFile (line 148) | public static async Task GetEtagOfFile(HttpClient httpClient, ... method UploadFile (line 183) | public static async Task UploadFile(string localDatabasePath, ... method DownloadFile (line 280) | public static async Task DownloadFile(string localDatabasePath, ... method DeleteFile (line 309) | public static async Task DeleteFile(string serverRelativeFilePat... method DeleteFolder (line 361) | public static async Task DeleteFolder(string serverRelativeFolde... method RenameFolder (line 414) | public static async Task RenameFolder(string newFolderName, stri... method RenameFile (line 473) | public static async Task RenameFile(string newFileName, string s... method CreateFolder (line 529) | public static async Task CreateFolder(string folderName, strin... method GetFormDigest (line 583) | public static async Task GetFormDigest(HttpClient httpClient) method CreateSharePointHttpClient (line 621) | public static HttpClient CreateSharePointHttpClient(Configuration data... method CreateSharePointHttpClient (line 638) | public static HttpClient CreateSharePointHttpClient(Uri sharePointUri,... method RequestSharePointDetails (line 677) | private static bool RequestSharePointDetails(Configuration databaseCon... method TestConnection (line 700) | public static async Task TestConnection(HttpClient httpClient, C... method EnsureSharePointCredentials (line 747) | public static async Task EnsureSharePointCredentials(Configurati... method OpenFromSharePoint (line 811) | public static async Task OpenFromSharePoint(Configuration data... FILE: KoenZomers.KeePass.OneDriveSync/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: KoenZomers.KeePass.OneDriveSync/TokenHelper.cs class TokenHelper (line 27) | public static class TokenHelper method GetContextTokenFromRequest (line 51) | public static string GetContextTokenFromRequest(HttpRequest request) method GetContextTokenFromRequest (line 62) | public static string GetContextTokenFromRequest(HttpRequestBase request) method GetAccessToken (line 86) | public static OAuth2AccessTokenResponse GetAccessToken(SharePointConte... method GetAccessToken (line 117) | public static OAuth2AccessTokenResponse GetAccessToken( method GetAccessToken (line 191) | public static OAuth2AccessTokenResponse GetAccessToken( method GetAppOnlyAccessToken (line 249) | public static OAuth2AccessTokenResponse GetAppOnlyAccessToken( method GetAuthorizationUrl (line 321) | public static string GetAuthorizationUrl(string contextUrl, string scope) method GetAuthorizationUrl (line 341) | public static string GetAuthorizationUrl(string contextUrl, string sco... method GetAppContextTokenRequestUrl (line 358) | public static string GetAppContextTokenRequestUrl(string contextUrl, s... method GetS2SAccessTokenWithWindowsIdentity (line 376) | public static string GetS2SAccessTokenWithWindowsIdentity( method GetRealmFromTargetUrl (line 392) | public static string GetRealmFromTargetUrl(Uri targetApplicationUri) method IsHighTrustApp (line 445) | public static bool IsHighTrustApp() method EnsureTrailingSlash (line 455) | public static string EnsureTrailingSlash(string url) method GetAcsMetadataEndpointUrl (line 511) | private static string GetAcsMetadataEndpointUrl() method GetFormattedPrincipal (line 516) | private static string GetFormattedPrincipal(string principalName, stri... method GetAcsPrincipalName (line 526) | private static string GetAcsPrincipalName(string realm) method GetAcsGlobalEndpointUrl (line 531) | private static string GetAcsGlobalEndpointUrl() method CreateJsonWebSecurityTokenHandler (line 536) | private static JsonWebSecurityTokenHandler CreateJsonWebSecurityTokenH... method GetS2SAccessTokenWithClaims (line 566) | private static string GetS2SAccessTokenWithClaims( method GetClaimsWithWindowsIdentity (line 583) | private static JsonWebTokenClaim[] GetClaimsWithWindowsIdentity(Window... method IssueToken (line 593) | private static string IssueToken( class AcsMetadataParser (line 666) | public static class AcsMetadataParser method GetAcsSigningCert (line 668) | public static X509Certificate2 GetAcsSigningCert(string realm) method GetDelegationServiceUrl (line 685) | public static string GetDelegationServiceUrl(string realm) method GetMetadataDocument (line 698) | private static JsonMetadataDocument GetMetadataDocument(string realm) method GetStsUrl (line 722) | public static string GetStsUrl(string realm) class JsonMetadataDocument (line 736) | private class JsonMetadataDocument class JsonEndpoint (line 743) | private class JsonEndpoint class JsonKeyValue (line 750) | private class JsonKeyValue class JsonKey (line 756) | private class JsonKey class SharePointContextToken (line 769) | public class SharePointContextToken : JsonWebSecurityToken method Create (line 771) | public static SharePointContextToken Create(JsonWebSecurityToken conte... method SharePointContextToken (line 776) | public SharePointContextToken(string issuer, string audience, DateTime... method SharePointContextToken (line 781) | public SharePointContextToken(string issuer, string audience, DateTime... method SharePointContextToken (line 786) | public SharePointContextToken(string issuer, string audience, DateTime... method GetClaimValue (line 847) | private static string GetClaimValue(JsonWebSecurityToken token, string... class MultipleSymmetricKeySecurityToken (line 870) | public class MultipleSymmetricKeySecurityToken : SecurityToken method MultipleSymmetricKeySecurityToken (line 876) | public MultipleSymmetricKeySecurityToken(IEnumerable keys) method MultipleSymmetricKeySecurityToken (line 886) | public MultipleSymmetricKeySecurityToken(string tokenId, IEnumerable CreateSymmetricSecurityKeys(IEnumerable GetOneDriveApi(Configuration dat... method GetProxySettings (line 146) | public static IWebProxy GetProxySettings() method GetProxyCredentials (line 173) | public static NetworkCredential GetProxyCredentials() method ApplyProxySettings (line 183) | public static void ApplyProxySettings(OneDriveApi oneDriveApi) method SaveRefreshTokenInWindowsCredentialManager (line 201) | public static void SaveRefreshTokenInWindowsCredentialManager(string d... method GetRefreshTokenFromWindowsCredentialManager (line 230) | public static string GetRefreshTokenFromWindowsCredentialManager(strin... method DeleteRefreshTokenFromWindowsCredentialManager (line 245) | public static void DeleteRefreshTokenFromWindowsCredentialManager(stri... method SaveRefreshTokenInKeePassDatabase (line 267) | public static void SaveRefreshTokenInKeePassDatabase(PwDatabase keePas... method GetRefreshTokenFromKeePassDatabase (line 277) | public static string GetRefreshTokenFromKeePassDatabase(PwDatabase kee... method Protect (line 292) | public static string Protect(string refreshToken) method Unprotect (line 319) | public static string Unprotect(string encryptedRefreshToken)