Yubico.YubiKey
1.10.0
.NET Standard 2.0
This package targets .NET Standard 2.0. The package is compatible with this framework or higher.
.NET Framework 4.7
This package targets .NET Framework 4.7. The package is compatible with this framework or higher.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Yubico.YubiKey --version 1.10.0
NuGet\Install-Package Yubico.YubiKey -Version 1.10.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="Yubico.YubiKey" Version="1.10.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Yubico.YubiKey --version 1.10.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Yubico.YubiKey, 1.10.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 Yubico.YubiKey as a Cake Addin #addin nuget:?package=Yubico.YubiKey&version=1.10.0 // Install Yubico.YubiKey as a Cake Tool #tool nuget:?package=Yubico.YubiKey&version=1.10.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
1.10.0
Release date: April 10th, 2024
This release improves our native dependencies exposed through the Yubico.NativeShims
package. We have also worked to improve the build and test experience of this repository by improving our automation and build files.
Changes:
- Yubico.NativeShims targets OpenSSL version 3.x on all platforms - OpenSSL v1.1.x has reached end-of-life. The SDK now removes this dependency on all platforms, now upgrading to the supported 3.x version.
- Dropped support for 32-bit Linux - Yubico.NativeShims no longer builds for 32-bit (x86) Linux. We now depend on Ubuntu releases that contain OpenSSL 3.x by default. These newer releases no longer have mainstream support for this platform.
- Compilation hardening of Yubico.NativeShims - Added commonly used compiler flags to increase security and code quality
MacOS / Linux:
-Wformat: Warn about format string issues in printf-like functions.
-Wformat-nonliteral: Warn about format strings that are not string literals.
-Wformat-security: Warn about potential security issues related to format strings.
-Wall: Enable most warning messages
-Wextra: Enable some additional warning messages not included in -Wall
-Werror: Treat all warnings as errors
-Wcast-qual: Warn when casting away const-ness
-Wshadow: Warn when a local variable shadows another variable
-pedantic: Issue warnings for language features beyond the C standard
-pedantic-errors: Treat pedantic warnings as errors
-Wbad-function-cast: Warn about dubious function pointer casts
-O2: Optimize code for performance
-fpic: Generate position-independent code
-fstack-protector-all: Enable stack protection for all functions
-D_FORTIFY_SOURCE=2: Enable runtime and compile-time checks for certain security-critical functions
Windows flags: /guard:cf: Enable control flow guard security feature
/GS: Enable buffer security check
/Gs: Control stack security check - Addressed compiler warning concerning Runtime Identifiers (RID)
- Enabled
dotnet format
- The repository now usesdotnet format
to ensure that pull requests adhere to the repository's coding standards. A pass of the tool has been run against the entire repository and a new baseline has been checked in.
Product | Versions 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 | 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 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 is compatible. 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.
-
.NETFramework 4.7
- System.Formats.Cbor (>= 7.0.0)
- Yubico.Core (>= 1.10.0)
-
.NETStandard 2.0
- System.Formats.Cbor (>= 7.0.0)
- Yubico.Core (>= 1.10.0)
-
.NETStandard 2.1
- System.Formats.Cbor (>= 7.0.0)
- Yubico.Core (>= 1.10.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Yubico.YubiKey:
Repository | Stars |
---|---|
Yubico/Yubico.NET.SDK
A YubiKey SDK for .NET developers
|
Version | Downloads | Last updated |
---|---|---|
1.11.0 | 20,857 | 6/29/2024 |
1.10.0 | 14,440 | 4/11/2024 |
1.9.1 | 17,874 | 11/15/2023 |
1.9.0 | 2,130 | 10/13/2023 |
1.8.0 | 3,957 | 6/29/2023 |
1.7.0 | 3,316 | 4/3/2023 |
1.6.1 | 1,682 | 2/3/2023 |
1.6.0 | 388 | 1/16/2023 |
1.5.1 | 1,128 | 11/18/2022 |
1.5.0 | 313 | 10/28/2022 |
1.4.2 | 995 | 9/27/2022 |
1.4.1 | 514 | 9/12/2022 |
1.4.0 | 1,527 | 6/30/2022 |
1.3.1 | 836 | 4/14/2022 |
1.3.0 | 714 | 4/1/2022 |
1.2.0 | 739 | 2/8/2022 |
1.1.0 | 503 | 12/3/2021 |
1.0.2 | 469 | 10/27/2021 |
1.0.1 | 362 | 10/4/2021 |
1.0.0 | 463 | 8/30/2021 |
1.0.0-Beta.20210721.1 | 232 | 7/21/2021 |
1.0.0-Beta.20210618.1 | 315 | 6/18/2021 |