Access your 1Password items in your dotnet applications through your self-hosted 1Password Connect server.
![Get started](https://user-images.githubusercontent.com/45081667/226940040-16d3684b-60f4-4d95-adb2-5757a8f1bc15.png)
The 1Password Connect SDK C# provides your dotnet applications access to the 1Password Connect API hosted on your infrastructure and leverages the power of 1Password Secrets Automation.
This library can be used by dotnet applications to access and manage items in 1Password vaults.
You can install the SDK using NUGET.
dotnet add pacakge 1Password.Connect.Sdk
If you want to integrate with HttpClientFactory and Microsoft.Extensions.DependencyInjection
dotnet add pacakge 1Password.Connect.Extensions.DependencyInjection
Refer to QUICKSTART.md for code examples on how to start using this library.
Refer to KEYVAULT.md for examples
- File an issue for bugs and feature requests.
- Join the Developer Slack workspace.
- Subscribe to the Developer Newsletter.
1Password requests you practice responsible disclosure if you discover a vulnerability. Please submit discoveries via BugCrowd.
For information about security practices, please visit our Security homepage.