AdysTech.CredentialManager 2.0.0

There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AdysTech.CredentialManager" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AdysTech.CredentialManager --version 2.0.0
#r "nuget: AdysTech.CredentialManager, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 107,018 1/19/2022
2.5.0 22,281 11/10/2021
2.4.0 10,589 9/1/2021
2.3.0 163,966 12/20/2020
2.2.0 21,272 5/29/2020
2.1.1 3,481 5/21/2020
2.0.0 2,480 4/25/2020
1.9.5 2,632 4/13/2020
1.7.0 21,267 9/26/2018
1.6.0 1,465 9/25/2018
1.5.0 1,518 9/10/2018
1.4.5 1,593 8/22/2018
1.4.0 1,779 7/5/2018
1.3.0 1,814 6/25/2018
1.2.1 1,941 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