Psns.Common.Security.ClientCertificateHandling
2019.3.22.2
Install-Package Psns.Common.Security.ClientCertificateHandling -Version 2019.3.22.2
dotnet add package Psns.Common.Security.ClientCertificateHandling --version 2019.3.22.2
<PackageReference Include="Psns.Common.Security.ClientCertificateHandling" Version="2019.3.22.2" />
paket add Psns.Common.Security.ClientCertificateHandling --version 2019.3.22.2
#r "nuget: Psns.Common.Security.ClientCertificateHandling, 2019.3.22.2"
// Install Psns.Common.Security.ClientCertificateHandling as a Cake Addin
#addin nuget:?package=Psns.Common.Security.ClientCertificateHandling&version=2019.3.22.2
// Install Psns.Common.Security.ClientCertificateHandling as a Cake Tool
#tool nuget:?package=Psns.Common.Security.ClientCertificateHandling&version=2019.3.22.2
Provides modules for loading client certificates from http requests.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 1.6
- NETStandard.Library (>= 2.0.2)
- System.Collections.Specialized (>= 4.3.0)
- System.Security.Claims (>= 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 | 455 | 3/22/2019 |
2019.3.22.1 | 344 | 3/22/2019 |
2018.7.9.4 | 669 | 7/9/2018 |
2.0.0 | 972 | 9/9/2015 |
1.1.0.2 | 1,141 | 3/2/2015 |
1.1.0.1 | 1,154 | 2/27/2015 |
## 3.0.2
* Adding more DodUser extensions
## 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