Microsoft.Azure.Mobile.Server.Authentication 2.0.0

.NET Framework 4.6
Install-Package Microsoft.Azure.Mobile.Server.Authentication -Version 2.0.0
dotnet add package Microsoft.Azure.Mobile.Server.Authentication --version 2.0.0
<PackageReference Include="Microsoft.Azure.Mobile.Server.Authentication" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Azure.Mobile.Server.Authentication --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.Azure.Mobile.Server.Authentication, 2.0.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.Azure.Mobile.Server.Authentication as a Cake Addin
#addin nuget:?package=Microsoft.Azure.Mobile.Server.Authentication&version=2.0.0

// Install Microsoft.Azure.Mobile.Server.Authentication as a Cake Tool
#tool nuget:?package=Microsoft.Azure.Mobile.Server.Authentication&version=2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

This package is part of the Azure Mobile .NET Server SDK and provides authentication features. To learn more about Azure Mobile, go to https://azure.microsoft.com/mobile.

Product Versions
.NET Framework net46 net461 net462 net463 net47 net471 net472 net48
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Microsoft.Azure.Mobile.Server.Authentication:

Package Downloads
Microsoft.Azure.Mobile.Server.Quickstart

This is the Azure Mobile Apps .NET Server SDK quickstart package, which references all other server SDK packages. To learn more about Azure Mobile, go to http://azure.microsoft.com/mobile.

Microsoft.Azure.Mobile.Server.Notifications

This package is part of the Azure Mobile .NET Server SDK. Use it to register push notifications with Azure Notification Hubs. To learn more about Azure Mobile, go to http://azure.microsoft.com/mobile.

Version Downloads Last updated
2.0.0 0 06.02.2022

Breaking Changes
       Version 2.0.0 : ProviderCredentials.Claims is no longer available. Use ProviderCredentials.UserClaims instead