ProtectorDX 1.1.4
dotnet add package ProtectorDX --version 1.1.4
NuGet\Install-Package ProtectorDX -Version 1.1.4
<PackageReference Include="ProtectorDX" Version="1.1.4" />
paket add ProtectorDX --version 1.1.4
#r "nuget: ProtectorDX, 1.1.4"
// Install ProtectorDX as a Cake Addin #addin nuget:?package=ProtectorDX&version=1.1.4 // Install ProtectorDX as a Cake Tool #tool nuget:?package=ProtectorDX&version=1.1.4
Web Config Connection string şifreleme fonksiyonu kullanımı
ProtectorDX.Helpers.ProtectorDX protector = new ProtectorDX.Helpers.ProtectorDX(); protector.ProtectConnectionStrings(new ProtectorDX.Models.Parameters { HostNames = new System.Collections.Generic.List<string> { "PC_OKAYA-UG" }, ProtectType = ProtectorDX.Enums.ProtectTypes.WEB_CONFIG });
Parametre açıklamaları
HostNames: Ilgili fonksiyonlari çalisacagi makinalarin ismini alir. Birden çok makina ismi tanimlanabilir. Amaci sudur: Development yaparken connectionstringlerin sifrelenemesini istemeyiz. Buraya uygulamanin canli yada test ortamlarinin çalistigi makinalarin adini vererek o makinalar üzerinden kod blogunun çalismasini saglariz. ProtectType: Uygulamamiz türünü belirterek kodun dogru islemi yapmasini saglar.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETStandard 2.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 |
---|---|---|
1.1.4 | 925 | 8/17/2020 |
Connection String Encryption/Decryption