# connect-sdk-csharp
**Repository Path**: mirrors_maxisam/connect-sdk-csharp
## Basic Information
- **Project Name**: connect-sdk-csharp
- **Description**: C# SDK for 1Password Connect
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-05-26
- **Last Updated**: 2026-05-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
1Password Connect SDK C#
Access your 1Password items in your dotnet applications through your self-hosted 1Password Connect server.
---
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](https://1password.com/product/secrets/).
This library can be used by dotnet applications to access and manage items in 1Password vaults.
## 💾 Installation
You can install the SDK using NUGET.
```dotnetcli
dotnet add pacakge 1Password.Connect.Sdk
```
If you want to integrate with HttpClientFactory and Microsoft.Extensions.DependencyInjection
```dotnetcli
dotnet add pacakge 1Password.Connect.Extensions.DependencyInjection
```
## ✨ Get Started
Refer to [QUICKSTART.md](/assets/QUICKSTART.md) for code examples on how to start using this library.
## 🌐 Integration with ASP.NET Core (KeyVault)
Refer to [KEYVAULT.md](/assets/KEYVAULT.md) for examples
## 💙 Community & Support
- File an [issue](https://github.com/zskovacs/connect-sdk-csharp/issues) for bugs and feature requests.
- Join the [Developer Slack workspace](https://join.slack.com/t/1password-devs/shared_invite/zt-1halo11ps-6o9pEv96xZ3LtX_VE0fJQA).
- Subscribe to the [Developer Newsletter](https://1password.com/dev-subscribe/).
## 🔐 Security
1Password requests you practice responsible disclosure if you discover a vulnerability. Please submit discoveries via [BugCrowd](https://bugcrowd.com/agilebits).
For information about security practices, please visit our [Security homepage](https://1password.com/security/).