Microsoft.Graph.Auth
1.0.0-preview.0
Prefix Reserved
See the version list below for details.
Install-Package Microsoft.Graph.Auth -Version 1.0.0-preview.0
dotnet add package Microsoft.Graph.Auth --version 1.0.0-preview.0
<PackageReference Include="Microsoft.Graph.Auth" Version="1.0.0-preview.0" />
paket add Microsoft.Graph.Auth --version 1.0.0-preview.0
#r "nuget: Microsoft.Graph.Auth, 1.0.0-preview.0"
// Install Microsoft.Graph.Auth as a Cake Addin
#addin nuget:?package=Microsoft.Graph.Auth&version=1.0.0-preview.0&prerelease
// Install Microsoft.Graph.Auth as a Cake Tool
#tool nuget:?package=Microsoft.Graph.Auth&version=1.0.0-preview.0&prerelease
Microsoft Graph Authentication Library implements authentication functionality used by Microsoft Graph Client Library. It provides a set of OAuth scenario-centric providers that implement Microsoft.Graph.IAuthenticationProvider and uses Microsoft Authentication Library (MSAL) to handle access token acquisition and storage.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5
- Microsoft.Graph.Core (>= 1.15.0)
- Microsoft.Identity.Client (>= 3.0.8)
- System.Security.Principal (>= 4.3.0)
-
.NETStandard 1.3
- Microsoft.Graph.Core (>= 1.15.0)
- Microsoft.Identity.Client (>= 3.0.8)
- NETStandard.Library (>= 1.6.1)
- System.Security.Claims (>= 4.3.0)
- System.Security.Principal (>= 4.3.0)
NuGet packages (16)
Showing the top 5 NuGet packages that depend on Microsoft.Graph.Auth:
Package | Downloads |
---|---|
IntuneAppBuilder
IntuneAppBuilder creates and deploys Intune packages for MSI and Win32 applications. This package exposes services that can be consumed by other dotnet applications as a package reference. |
|
FQ.Email
Package Description |
|
Microsoft.Toolkit.Graph.Controls
This library provides Microsoft Graph XAML controls. It is part of the Windows Community Toolkit. Classes: - LoginButton: The Login Control leverages MSAL libraries to support the sign-in processes for Microsoft Graph and beyond. - PersonView: The PersonView control displays a user photo and can display their name and e-mail. - PeoplePicker: The PeoplePicker Control is a simple control that allows for selection of one or more users. |
|
Microsoft.Toolkit.Graph
This package includes .NET Standard code helpers such as: - GraphExtensions: Helpers for common tasks related to the Microsoft Graph used by the Microsoft.Toolkit.Graph.Controls. - GlobalProvider: A shared provider instance used by the Microsoft.Toolkit.Graph.Controls. |
|
Richasy.Helper.UWP
Richasy自用的UWP辅助工具包 |
GitHub repositories (6)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Graph.Auth:
Repository | Stars |
---|---|
lukencode/FluentEmail
All in one email sender for .NET. Supports popular senders (SendGrid, MailGun, etc) and Razor templates.
|
|
ldqk/Masuit.MyBlogs
基于C#/.NET6的 masuit.org个人博客站项目源码,https://masuit.org ,供参考、学习、引用、非商业性质的部署。
|
|
YukiCoco/YukiDrive
Onedrive & SharePoint 文件浏览网页程序
|
|
Azure/Industrial-IoT
Azure Industrial IoT Platform
|
|
Daniel-Krzyczkowski/Cars-Island-On-Azure
Cars Island is a fake car rental company which used Microsoft Azure cloud services to implement the system for managing car renting.
|
Version | Downloads | Last updated | |
---|---|---|---|
1.0.0-preview.7 | 764,041 | 4/15/2021 | |
1.0.0-preview.6 | 993,550 | 12/1/2020 | |
1.0.0-preview.5 | 1,617,547 | 6/10/2020 | |
1.0.0-preview.4 | 1,023,000 | 3/4/2020 | |
1.0.0-preview.3 | 191,434 | 1/22/2020 | |
1.0.0-preview.2 | 305,831 | 10/23/2019 | |
1.0.0-preview.1 | 119,810 | 9/13/2019 | |
1.0.0-preview.0 | 480,651 | 7/3/2019 | |
0.1.0-preview.2 | 52,351 | 4/12/2019 |
- Update all authentication providers to use MSAL V3+.
- Update UsernamePasswordProvider to use SecureString for passwords.
- Remove ITokenStorageProvider interface.