SSLLWrapper 1.0.4
dotnet add package SSLLWrapper --version 1.0.4
NuGet\Install-Package SSLLWrapper -Version 1.0.4
<PackageReference Include="SSLLWrapper" Version="1.0.4" />
<PackageVersion Include="SSLLWrapper" Version="1.0.4" />
<PackageReference Include="SSLLWrapper" />
paket add SSLLWrapper --version 1.0.4
#r "nuget: SSLLWrapper, 1.0.4"
#addin nuget:?package=SSLLWrapper&version=1.0.4
#tool nuget:?package=SSLLWrapper&version=1.0.4
## UPDATE ##
This NuGet package has now been updated and moved to SSLLabsApiWrapper.
###########
SSLLWrapper stands for SSL Labs Wrapper which is the first publicly available .NET wrapper developed for the SSL Labs' Assessment API's that allow the consumer to test SSL servers on the public internet.
This wrapper easies the communication to the API's for .NET developers which allows you as the developer to focus on your project rather than managing the plumbing and overhead required to consume the API's.
More detailed documentation including usage can be found on the projects home page.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Newtonsoft.Json (>= 6.0.6)
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 |
---|
## UPDATE ##
This NuGet package has now been updated and moved to SSLLabsApiWrapper.
###########
Added AutomaticAnalyze method to make consuming analyse method easier. Now using AutomaticAnalyze method, it will only return once scan results are completing meaning you no longer need to keep issuing calls to Analyse() method to check if a scan has finished for a full results set.