KeySharp 1.0.5

dotnet add package KeySharp --version 1.0.5
NuGet\Install-Package KeySharp -Version 1.0.5
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="KeySharp" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add KeySharp --version 1.0.5
#r "nuget: KeySharp, 1.0.5"
#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 KeySharp as a Cake Addin
#addin nuget:?package=KeySharp&version=1.0.5

// Install KeySharp as a Cake Tool
#tool nuget:?package=KeySharp&version=1.0.5

KeySharp Nuget

Cross-platform OS keyring access for C#/.NET based on keychain by hrantzsch. All calls are potentially blocking, as the OS may ask the user to grant access or unlock the keychain.

Example

Keyring.SetPassword("com.example.test", "TestService", "user", "password");

try {
  var password = Keyring.GetPassword("com.example.test", "TestService", "user");
} catch (KeyringException ex) // Thrown if password was not saved
  // handle
}

Keyring.DeletePassword("com.example.test", "TestService", "user");

Native libraries

The precompiled shared libraries in this repository are based on the code in the native folder, wrapping the keychain library by hrantzsch. | Platform | Compiler | |----------|----------| | win-x64 | Visual C++ 2022 (Keychain library doesn't support mingw-w64 at the moment, TBD) | | linux-x64 | GCC 11.2.0(x86_64-pc-linux-gnu) | | osx-x64 | AppleClang 13.0.0.13000029 (universal), macOS 10.11+ | | osx-arm64 | AppleClang 13.0.0.13000029 (universal), macOS 10.11+, take care: you need to sign your binaries to run on m1! |

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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 was computed.  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 netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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.
  • .NETStandard 2.1

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.5 19,131 5/13/2022
1.0.4 697 5/3/2022
1.0.3 384 5/3/2022
1.0.2 1,258 4/9/2022
1.0.1 393 3/7/2022
1.0.0 723 3/6/2022