TessBox.DotNet.Secure
23.7.11.114217
dotnet add package TessBox.DotNet.Secure --version 23.7.11.114217
NuGet\Install-Package TessBox.DotNet.Secure -Version 23.7.11.114217
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" Version="23.7.11.114217" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TessBox.DotNet.Secure" Version="23.7.11.114217" />
<PackageReference Include="TessBox.DotNet.Secure" />
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 --version 23.7.11.114217
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TessBox.DotNet.Secure, 23.7.11.114217"
#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@23.7.11.114217
#: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&version=23.7.11.114217
#tool nuget:?package=TessBox.DotNet.Secure&version=23.7.11.114217
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
- Microsoft.Extensions.Configuration.Abstractions (>= 7.0.0)
- Microsoft.Extensions.Configuration.CommandLine (>= 7.0.0)
- Microsoft.Extensions.Configuration.Json (>= 7.0.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 |
|---|---|---|
| 23.7.11.114217 | 280 | 7/11/2023 |
| 23.7.6.135423 | 242 | 7/6/2023 |
| 23.7.4.85435 | 247 | 7/4/2023 |
| 23.7.3.142811 | 245 | 7/3/2023 |
| 23.6.29.122455 | 245 | 6/29/2023 |
| 23.6.26.122911 | 248 | 6/26/2023 |
| 23.6.19.211436 | 242 | 6/19/2023 |