A2v10.Identity.Core
10.1.8647
dotnet add package A2v10.Identity.Core --version 10.1.8647
NuGet\Install-Package A2v10.Identity.Core -Version 10.1.8647
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="A2v10.Identity.Core" Version="10.1.8647" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="A2v10.Identity.Core" Version="10.1.8647" />
<PackageReference Include="A2v10.Identity.Core" />
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 A2v10.Identity.Core --version 10.1.8647
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: A2v10.Identity.Core, 10.1.8647"
#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 A2v10.Identity.Core@10.1.8647
#: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=A2v10.Identity.Core&version=10.1.8647
#tool nuget:?package=A2v10.Identity.Core&version=10.1.8647
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
About
A2v10.IdentityCore is a set of basic identity services for the A2v10 platform applications.
How to use
// T - type of user identifier
services.AddPlatformIdentityCore<T>()
.AddIdentityConfiguration<T>(configuration)
.AddPlatformAuthentication(cookiePrefix);
If you want to use the custom data protection storage, add it
services.AddDataProtectionSqlServer<T>("AppName");
appsettings.json section
"Identity": {
"UserStore": {
"DataSource": "ConnectionStringName",
"MultiTenant": false,
"ValidationInterval": "00:05:00",
"AuthenticatorIssuer": 'IssuerName'
},
"CookiePrefix": "Cookie_Prefix",
"Providers": "Local,..."
},
"DemoAccount": {
"Login": "DEMO_LOGIN",
"Password": "DEMO_PASSWORD"
}
All values are optional.
Related Packages
Feedback
A2v10.Identity.Core is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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 is compatible. 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 is compatible. 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.
-
net10.0
- A2v10.Data.Interfaces (>= 10.1.7601)
- Microsoft.IdentityModel.Tokens (>= 8.19.2)
-
net8.0
- A2v10.Data.Interfaces (>= 10.1.7601)
- Microsoft.IdentityModel.Tokens (>= 8.19.2)
-
net9.0
- A2v10.Data.Interfaces (>= 10.1.7601)
- Microsoft.IdentityModel.Tokens (>= 8.19.2)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on A2v10.Identity.Core:
| Package | Downloads |
|---|---|
|
A2v10.Platform
A2v10 Platform core |
|
|
A2v10.Identity.UI
A2v10 Identity User interface |
|
|
A2v10.Identity.Jwt
A2v10 Identity Core Services |
|
|
A2v10.Platform.Web
A2v10 Platform core |
|
|
A2v10.Identity.ApiKey
A2v10 Identity ApiKey |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.1.8647 | 104 | 7/15/2026 |
| 10.1.8642 | 392 | 6/27/2026 |
| 10.1.8639 | 389 | 6/7/2026 |
| 10.1.8637 | 395 | 5/8/2026 |
| 10.1.8634 | 292 | 4/21/2026 |
| 10.1.8631 | 442 | 3/29/2026 |
| 10.1.8630 | 227 | 3/24/2026 |
| 10.1.8624 | 324 | 3/4/2026 |
| 10.1.8622 | 409 | 2/24/2026 |
| 10.1.8620 | 612 | 1/17/2026 |
| 10.1.8600 | 1,017 | 12/1/2025 |
| 10.1.8566 | 1,071 | 8/18/2025 |
| 10.1.8565 | 345 | 8/12/2025 |
| 10.1.8563 | 516 | 7/26/2025 |
| 10.1.8558 | 543 | 6/19/2025 |
| 10.1.8554 | 550 | 6/9/2025 |
| 10.1.8553 | 333 | 6/4/2025 |
| 10.1.8551 | 352 | 5/30/2025 |
| 10.1.8549 | 410 | 5/20/2025 |
| 10.1.8547 | 479 | 5/14/2025 |
Loading failed