Meziantou.Framework.Win32.CredentialManager 1.6.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Meziantou.Framework.Win32.CredentialManager --version 1.6.0
NuGet\Install-Package Meziantou.Framework.Win32.CredentialManager -Version 1.6.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="Meziantou.Framework.Win32.CredentialManager" Version="1.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Meziantou.Framework.Win32.CredentialManager --version 1.6.0
#r "nuget: Meziantou.Framework.Win32.CredentialManager, 1.6.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 Meziantou.Framework.Win32.CredentialManager as a Cake Addin
#addin nuget:?package=Meziantou.Framework.Win32.CredentialManager&version=1.6.0

// Install Meziantou.Framework.Win32.CredentialManager as a Cake Tool
#tool nuget:?package=Meziantou.Framework.Win32.CredentialManager&version=1.6.0

Meziantou.Framework.Win32.CredentialManager

// Save the credential to the credential manager
CredentialManager.WriteCredential(
    applicationName: "CredentialManagerTests",
    userName: "meziantou",
    secret: "Pa$$w0rd",
    comment: "Test",
    persistence: CredentialPersistence.LocalMachine);

// Get a credential from the credential manager
var cred = CredentialManager.ReadCredential(applicationName: "CredentialManagerTests");
Console.WriteLine(cred.UserName);
Console.WriteLine(cred.Password);

// Delete a credential from the credential manager
CredentialManager.DeleteCredential(applicationName: "CredentialManagerTests");

Additional resources

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Meziantou.Framework.Win32.CredentialManager:

Package Downloads
Nickvision.Aura

A cross-platform base for Nickvision applications

BIA.Net.Core.Infrastructure.Service

Infrastructure Service layer classes for BIA.Net Core Framework

Meziantou.OneDrive.Windows The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Client to use the Microsoft OneDrive api

Penguin.RunAs

Not Available

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Meziantou.Framework.Win32.CredentialManager:

Repository Stars
trimble-oss/dba-dash
DBA Dash - SQL Server Monitoring Tool
Version Downloads Last updated
1.6.0 1,548 2/15/2024
1.5.0 2,060 1/13/2024
1.4.6 80 1/13/2024
1.4.5 9,010 11/15/2023
1.4.2 245,537 7/14/2021
1.4.1 18,739 4/22/2021
1.4.0 20,017 9/24/2020
1.3.6 14,257 6/25/2020
1.3.5 28,904 12/15/2019
1.3.4 4,489 10/23/2019
1.3.3 4,213 12/17/2018
1.3.2 762 12/14/2018
1.3.1 710 12/11/2018
1.3.0 793 11/11/2018
1.2.0 748 11/11/2018
1.1.1 1,513 7/7/2018
1.1.0 1,218 4/11/2018
1.0.2 1,343 11/20/2017
1.0.1 1,187 9/12/2017
1.0.0 1,246 9/10/2017