Psns.Common.Security.ClientCertificateHandling
2019.3.22.1
See the version list below for details.
dotnet add package Psns.Common.Security.ClientCertificateHandling --version 2019.3.22.1
NuGet\Install-Package Psns.Common.Security.ClientCertificateHandling -Version 2019.3.22.1
<PackageReference Include="Psns.Common.Security.ClientCertificateHandling" Version="2019.3.22.1" />
paket add Psns.Common.Security.ClientCertificateHandling --version 2019.3.22.1
#r "nuget: Psns.Common.Security.ClientCertificateHandling, 2019.3.22.1"
// Install Psns.Common.Security.ClientCertificateHandling as a Cake Addin #addin nuget:?package=Psns.Common.Security.ClientCertificateHandling&version=2019.3.22.1 // Install Psns.Common.Security.ClientCertificateHandling as a Cake Tool #tool nuget:?package=Psns.Common.Security.ClientCertificateHandling&version=2019.3.22.1
Provides modules for loading client certificates from http requests.
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 | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.6 is compatible. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 is compatible. net452 is compatible. net46 is compatible. net461 was computed. net462 was computed. 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 | tizen30 was computed. 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. |
-
.NETStandard 1.6
- NETStandard.Library (>= 2.0.2)
- System.Collections.Specialized (>= 4.3.0)
- System.Security.Cryptography.Primitives (>= 4.3.0)
- System.Security.Cryptography.X509Certificates (>= 4.3.2)
-
All Frameworks
- Psns.Common.Functional (>= 2018.6.15.1)
- Psns.Common.SystemExtensions (>= 2018.6.11.1)
- System.ValueTuple (>= 4.5.0)
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 |
---|---|---|
2019.3.22.2 | 805 | 3/22/2019 |
2019.3.22.1 | 573 | 3/22/2019 |
2018.7.9.4 | 971 | 7/9/2018 |
2.0.0 | 1,280 | 9/9/2015 |
1.1.0.2 | 1,429 | 3/2/2015 |
1.1.0.1 | 1,456 | 2/27/2015 |
## 3.0.1
* Adding more X509Certificate2 extensions
## 3.0.0
* Converting to .NETStandard and refactoring towards a stateless implementation.
## 2.0.0
### Bug Fix
* Fixed User.DodId to be able to represent values greater than Max Int.
## 1.1.0.2
### Bug Fix
* Fixing test project reference to the latest BDD library
## 1.1.0.1
### Features
* Initial release