CBHI.Models.Auth 3.5.9

dotnet add package CBHI.Models.Auth --version 3.5.9
                    
NuGet\Install-Package CBHI.Models.Auth -Version 3.5.9
                    
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="CBHI.Models.Auth" Version="3.5.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CBHI.Models.Auth" Version="3.5.9" />
                    
Directory.Packages.props
<PackageReference Include="CBHI.Models.Auth" />
                    
Project file
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 CBHI.Models.Auth --version 3.5.9
                    
#r "nuget: CBHI.Models.Auth, 3.5.9"
                    
#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 CBHI.Models.Auth@3.5.9
                    
#: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=CBHI.Models.Auth&version=3.5.9
                    
Install as a Cake Addin
#tool nuget:?package=CBHI.Models.Auth&version=3.5.9
                    
Install as a Cake Tool

This File is for SSO Authorization of different projects within CBHI.

Product Compatible and additional computed target framework versions.
.NET 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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on CBHI.Models.Auth:

Package Downloads
CBHI.BLL.Auth

A Repository CBHI SSO.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.5.9 109 4/28/2026
3.5.8 110 4/22/2026
3.5.7 98 4/22/2026
3.5.6 99 4/17/2026
3.5.5 92 4/16/2026
3.5.4 109 3/7/2026
3.5.3 98 3/7/2026
3.5.2 213 12/3/2025
3.5.1 207 11/24/2025
3.0.1 191 11/24/2025
3.0.0 193 11/24/2025
2.0.3 217 11/15/2025
2.0.1 195 11/15/2025
2.0.0 210 11/15/2025

Version 3.5.9
- CBHI.Models.Shared to 3.5.6
Version 3.5.8
- Updated Packages
Version 3.5.7
- UserAppInfoSecure Added class to store user secret information in a secure way.
- TokenModelWPassword Added PassKey property to store user secret information in a secure way.
Version 3.5.6
- Updated dependencies
- Removed UserSecret (Not needed). Use Password
for UserSecret instead.
Version 3.5.5
- Update Packages
- Add User Secret
Version 3.5.4
Version 3.5.3
- Updated dependencies"
- DevExpress, EntityFrameworkCore

Version 3.5.2
- Changed all nullable fields to "string?"

Version 3.5.1
- Repacked due to Package deployment issues

Version 3.0.1
- Updated dependencies to shared

Version 3.0.0
- Upgraded to .NET 9.0

Version 2.0.3
- Updated dependencies