Where to store credentials for VSIX - Visual Studio 2017 Extension
问题 Context: I'm writing VSIX Extension for Visual Studio 2017 which needs connection to REST API that requires user authentication. I decide to use VSPackage to provide service for my extension. To be able to connect and authenticate users I would like to store somewhere user credentials, it could be either username and password or OAuth token - doesn't matter. Question: What will be the best place to store credentials information for VSIX? Requirements: Credentials should not be stored as plain