TessBox.DotNet.Secure.Web
23.7.7.134521
dotnet add package TessBox.DotNet.Secure.Web --version 23.7.7.134521
NuGet\Install-Package TessBox.DotNet.Secure.Web -Version 23.7.7.134521
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="TessBox.DotNet.Secure.Web" Version="23.7.7.134521" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TessBox.DotNet.Secure.Web" Version="23.7.7.134521" />
<PackageReference Include="TessBox.DotNet.Secure.Web" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TessBox.DotNet.Secure.Web --version 23.7.7.134521
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TessBox.DotNet.Secure.Web, 23.7.7.134521"
#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.
#:package TessBox.DotNet.Secure.Web@23.7.7.134521
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TessBox.DotNet.Secure.Web&version=23.7.7.134521
#tool nuget:?package=TessBox.DotNet.Secure.Web&version=23.7.7.134521
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
TessBox.DotNet.Secure && TessBox.DotNet.Secure.Web
Library to secure the configuration of the app. And to secure the HTTP connection.
Installation
dotnet add package TessBox.DotNet.Secure
Your application parameters
The secure configuration use 2 parameters :
- config : A standard JSON Configuration file.
- config-secure : A secure configuration file. In this case the private.key should be in the same directory.
Secure File Creator
Usage
CreateSecureFile <file to encrypt> <destination file>
Usage
using TessBox.DotNet.Secure;
// Add the configation
builder.Configuration.AddSecureConfiguration(args);
TessBox.DotNet.Secure.Web
Library to secure the HTTP connection.
Installation
dotnet add package TessBox.DotNet.Secure.Web
Configuration file
The configuration contains the parameters :
| Name | Description | Default value |
|---|---|---|
| Port | The HTTPS Port | 443 |
| NoSecurePort | The HTTP Post | 80 |
| Pfx | The path of Pfx file | |
| Pem | The path of Pem file | |
| Key | The path of Key file |
Example
{
"http": {
"Port": 456,
"Pfx": "/app/example.pfx",
"Key": "/app/key.txt"
},
}
Usage
using TessBox.DotNet.Secure.Web;
builder.AddHttps(logger);
...
var app = builder.Build();
app.UseHttps();
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net7.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- 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 | |
|---|---|---|---|
| 23.7.7.134521 | 373 | 7/7/2023 | |
| 23.6.26.130747 | 316 | 6/26/2023 | |
| 23.6.19.211437 | 331 | 6/19/2023 |