AdysTech.CredentialManager
2.0.0
See the version list below for details.
dotnet add package AdysTech.CredentialManager --version 2.0.0
NuGet\Install-Package AdysTech.CredentialManager -Version 2.0.0
<PackageReference Include="AdysTech.CredentialManager" Version="2.0.0" />
paket add AdysTech.CredentialManager --version 2.0.0
#r "nuget: AdysTech.CredentialManager, 2.0.0"
// Install AdysTech.CredentialManager as a Cake Addin #addin nuget:?package=AdysTech.CredentialManager&version=2.0.0 // Install AdysTech.CredentialManager as a Cake Tool #tool nuget:?package=AdysTech.CredentialManager&version=2.0.0
Library to store and retreive User credentials from Windows Credential Store
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on AdysTech.CredentialManager:
Repository | Stars |
---|---|
gitextensions/gitextensions
Git Extensions is a standalone UI tool for managing git repositories. It also integrates with Windows Explorer and Microsoft Visual Studio (2015/2017/2019).
|
|
goatcorp/FFXIVQuickLauncher
Custom launcher for FFXIV
|
|
ErikEJ/EFCorePowerTools
Entity Framework Core Power Tools - reverse engineering, migrations and model visualization in Visual Studio & CLI
|
Version | Downloads | Last updated |
---|---|---|
2.6.0 | 182,823 | 1/19/2022 |
2.5.0 | 31,057 | 11/10/2021 |
2.4.0 | 14,137 | 9/1/2021 |
2.3.0 | 204,761 | 12/20/2020 |
2.2.0 | 23,234 | 5/29/2020 |
2.1.1 | 3,508 | 5/21/2020 |
2.0.0 | 2,586 | 4/25/2020 |
1.9.5 | 2,677 | 4/13/2020 |
1.7.0 | 21,406 | 9/26/2018 |
1.6.0 | 1,499 | 9/25/2018 |
1.5.0 | 1,548 | 9/10/2018 |
1.4.5 | 1,626 | 8/22/2018 |
1.4.0 | 1,813 | 7/5/2018 |
1.3.0 | 1,847 | 6/25/2018 |
1.2.1 | 1,976 | 4/19/2018 |
C# wrapper around CredWrite / CredRead functions to store and retrieve from Windows Credential Store.
The library provides
1. Prompt user for Windows Generic Credentials
2. Save Windows Generic Credentials
3. Retrieve saved Windows Generic Credentials
4. Add or edit ccomments, store additional attribute objects associated with Credentials
Based on Microsoft Peer Channel blog (WCF team) post from 2005
Package supporting netstandard (AdysTech.CredentialManager.Core) is available at AdysTech.CredentialManager.Core