PiiTypes 1.0.1
dotnet add package PiiTypes --version 1.0.1
NuGet\Install-Package PiiTypes -Version 1.0.1
<PackageReference Include="PiiTypes" Version="1.0.1" />
paket add PiiTypes --version 1.0.1
#r "nuget: PiiTypes, 1.0.1"
// Install PiiTypes as a Cake Addin
#addin nuget:?package=PiiTypes&version=1.0.1
// Install PiiTypes as a Cake Tool
#tool nuget:?package=PiiTypes&version=1.0.1
PiiString
Personally identifiable information (PII) is any information relating to an identified or identifiable natural person; an identifiable natural person is one who can be identified, directly or indirectly, in particular by reference to an identifier such as a name, an identification number, location data, an online identifier or to one or more factors specific to the physical, physiological, genetic, mental, economic, cultural or social identity of that natural person — EU GDPR.
The idea is to have PiiString
type as much interchangeable with String
as possible to simplify refactoring existing code which uses the String
. Then, within the application boundary it should behave like usual String
, however crossing application boundaries it should be encoded/encrypted/hashed.
Read blogpost for more details.
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 net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on PiiTypes:
Package | Downloads |
---|---|
PiiTypes.SystemTextJson
Package Description |
|
PiiTypes.EFCore3
Package Description |
|
PiiTypes.NewtonsoftJson
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.