BizDoc.Authentication.FormIdentity 10.6.3

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

Form Identity for BizDoc

propgram.cs

builder.AddBizDoc().
	AddFormIdentity();
app.UseBizDoc().
	UseFormIdentity();

Angular

npm i @bizdoc/credentials

module.ts

imports: [CredentialsModule.forRoot()] 

Set options.

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

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
10.6.3 116 2026/8/3
10.5.3 112 2026/7/26
10.4.3 137 2026/6/11
10.4.2 121 2026/6/7
10.3.2 126 2026/5/7
10.1.2 149 2026/3/4
10.0.1 146 2026/2/16
10.0.0 159 2026/1/6
9.6.1 744 2025/12/3
9.5.1 244 2025/9/13
9.5.0 277 2025/9/2
9.4.0 249 2025/7/27
9.3.1 359 2025/7/20
9.3.0 261 2025/6/20
9.2.0 315 2025/5/26
9.1.0 231 2025/5/18
9.0.0 349 2025/5/15
8.23.1 363 2025/5/14
8.22.1 340 2025/4/16
8.21.1 280 2025/3/27
Loading failed