SecurityDataParsers.FederalAgencySmartCredentialNumber
1.0.0
See the version list below for details.
dotnet add package SecurityDataParsers.FederalAgencySmartCredentialNumber --version 1.0.0
NuGet\Install-Package SecurityDataParsers.FederalAgencySmartCredentialNumber -Version 1.0.0
<PackageReference Include="SecurityDataParsers.FederalAgencySmartCredentialNumber" Version="1.0.0" />
paket add SecurityDataParsers.FederalAgencySmartCredentialNumber --version 1.0.0
#r "nuget: SecurityDataParsers.FederalAgencySmartCredentialNumber, 1.0.0"
// Install SecurityDataParsers.FederalAgencySmartCredentialNumber as a Cake Addin #addin nuget:?package=SecurityDataParsers.FederalAgencySmartCredentialNumber&version=1.0.0 // Install SecurityDataParsers.FederalAgencySmartCredentialNumber as a Cake Tool #tool nuget:?package=SecurityDataParsers.FederalAgencySmartCredentialNumber&version=1.0.0
FederalAgencySmartCredentialNumber
A class for extracting all the good data from FASCN codes
- Agency Code: Identifies the government agency issuing the credential
- System Code: Identifies the system the card is enrolled in and is unique for each site
- Credential Number: Encoded by the issuing agency. For a given system no duplicate numbers are active.
- Credential Series: Field is available to reflect major system changes
- Individual Credential Issue: Usually a 1 will be incremented if a card is replaced due to loss or damaged
- Person Identifier: Numeric Code used by the identity source to uniquely identify the token carrier
- Organizational Category: Type of Organization the individual is affiliated with; whether it is Federal, State, Commercial, or Foreign
- Organization Identifier: The Identifier that identifies the organization the individual is affiliated with.
- Person Or Organization Association Category: Indicates the affiliation type the individual has with the Organization
For more info see the CAC Implementation Guide or the CAC Endpoint Implementation Guide
Or the NIST specification
Installation
Available Packages
<br />
Install the package with NuGet
Install-Package FederalAgencySmartCredentialNumber
Or via the .NET Core command line interface:
dotnet add package FederalAgencySmartCredentialNumber
Either commands, from Package Manager Console or .NET Core CLI, will download and install the package.
Usage/API
Under construction 😜
Changelog
Take a look at the CHANGELOG.md.
Contribution
You're free to contribute to this project by submitting issues and/or pull requests.
Please keep in mind that every change and feature should be covered by tests.
License
This project is licensed under MIT.
Contributors
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. |
-
net7.0
- BouncyCastle.Cryptography (>= 2.2.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SecurityDataParsers.FederalAgencySmartCredentialNumber:
Package | Downloads |
---|---|
SecurityDataParsers.SubjectAlternativeName
A parser to extract all the data that the spec allows for from certificate SAN data |
GitHub repositories
This package is not used by any popular GitHub repositories.