Microsoft.IdentityModel
7.0.0
dotnet add package Microsoft.IdentityModel --version 7.0.0
NuGet\Install-Package Microsoft.IdentityModel -Version 7.0.0
<PackageReference Include="Microsoft.IdentityModel" Version="7.0.0" />
paket add Microsoft.IdentityModel --version 7.0.0
#r "nuget: Microsoft.IdentityModel, 7.0.0"
// Install Microsoft.IdentityModel as a Cake Addin
#addin nuget:?package=Microsoft.IdentityModel&version=7.0.0
// Install Microsoft.IdentityModel as a Cake Tool
#tool nuget:?package=Microsoft.IdentityModel&version=7.0.0
Windows Identity Foundation enables .NET developers to externalize identity logic from their application, improving developer productivity, enhancing application security, and enabling interoperable federation. Enjoy greater productivity, applying the same tools and programming model to build on-premises software as well as cloud services. Create more secure applications by reducing custom implementations and using a single simplified identity model based on claims. Enjoy greater flexibility in application deployment through interoperability based on industry standard protocols, allowing applications and identity infrastructure services to communicate via claims.
Product | Versions |
---|---|
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
This package has no dependencies.
NuGet packages (77)
Showing the top 5 NuGet packages that depend on Microsoft.IdentityModel:
Package | Downloads |
---|---|
Thinktecture.IdentityModel
Helper library for identity & access control in .NET 4.0/WIF and .NET 4.5 (includes MVC4 and Web API support). |
|
SharePointPnP.IdentityModel.Extensions
A port of Microsoft.IdentityModel.Extensions.dll packaged as a NuGet package by the SharePoint PnP team. |
|
WindwardEngine
Windward Studios' DotNetEngine |
|
Kraken.SharePoint.Client
Developer library for creating SharePoint client (CSOM) projects and apps. Kraken is a battle tested library for developing SharePoint applications that's been around since before 2010 and is used in many projects. This package includes libraries for developing client applications (CSOM) including some non-SharePoint utilities designed to run in a partial trust policy and some that require full trust. This package includes those components which use CSOM that can be referenced from a client or SharePoint provider hosted app. |
|
CloudCore.TestSite
The modules required to build CloudCore-based web roles/sites. |
GitHub repositories (20)
Showing the top 5 popular GitHub repositories that depend on Microsoft.IdentityModel:
Repository | Stars |
---|---|
pwntester/ysoserial.net
Deserialization payload generator for a variety of .NET formatters
|
|
pnp/PnP
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
|
|
DotNetOpenAuth/DotNetOpenAuth
A C# implementation of the OpenID, OAuth protocols
|
|
microsoft/PowerApps-Samples
Sample code for Power Apps, including Dataverse, model-driven apps, canvas apps, Power Apps component framework, portals, and ai-builder.
|
|
pnp/PnP-PowerShell
SharePoint PnP PowerShell CmdLets
|
Version | Downloads | Last updated |
---|---|---|
7.0.0 | 4,710,327 | 7/9/2019 |
WIF was integrated into .NET in version 4.5. WIF 3.5 is available for Windows Vista and Windows 7 as a standalone installer, as feature in Windows 8, or WebPI. WIF 3.5 works with .NET 3.5, 4.0 and 4.5. Because many of the classes in WIF 3.5 and WIF 4.5 share the same names, when you are using both WIF 3.5 and WIF 4.5 together, be sure to either use fully qualified class names or use namespace aliases to distinguish between classes in WIF 3.5 and WIF 4.5.