EPS.Extensions.B2CGraphUtil
5.0.9
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package EPS.Extensions.B2CGraphUtil --version 5.0.9
NuGet\Install-Package EPS.Extensions.B2CGraphUtil -Version 5.0.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="EPS.Extensions.B2CGraphUtil" Version="5.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EPS.Extensions.B2CGraphUtil --version 5.0.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EPS.Extensions.B2CGraphUtil, 5.0.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.
// Install EPS.Extensions.B2CGraphUtil as a Cake Addin #addin nuget:?package=EPS.Extensions.B2CGraphUtil&version=5.0.9 // Install EPS.Extensions.B2CGraphUtil as a Cake Tool #tool nuget:?package=EPS.Extensions.B2CGraphUtil&version=5.0.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This library gives you admin access to manipulate Azure AD B2C Graph objects.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net5.0
- Microsoft.AspNet.WebApi.Client (>= 5.2.7)
- Microsoft.Graph (>= 4.10.0)
- Microsoft.Graph.Auth (>= 1.0.0-preview.7)
- Microsoft.Graph.Core (>= 2.0.5)
- Newtonsoft.Json (>= 13.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on EPS.Extensions.B2CGraphUtil:
Package | Downloads |
---|---|
b2c-cli
This tool lets you create groups and users, assign users to groups, and perform policy tasks within Azure AD B2C. Read the README for details! |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
7.0.3 | 308 | 3/29/2023 |
7.0.2 | 231 | 3/28/2023 |
7.0.1 | 290 | 3/3/2023 |
7.0.0 | 258 | 3/2/2023 |
6.0.6 | 293 | 2/2/2023 |
6.0.5 | 311 | 2/2/2023 |
6.0.4 | 454 | 1/18/2023 |
6.0.3 | 500 | 8/17/2022 |
6.0.2 | 525 | 7/1/2022 |
6.0.1 | 554 | 6/9/2022 |
6.0.0 | 492 | 4/19/2022 |
5.0.11 | 363 | 11/17/2021 |
5.0.10 | 346 | 11/16/2021 |
5.0.9 | 177 | 11/15/2021 |
5.0.8 | 201 | 11/10/2021 |
5.0.7 | 179 | 8/12/2021 |
5.0.6 | 190 | 7/28/2021 |
5.0.5-preview4 | 190 | 7/13/2021 |
5.0.4-preview4 | 205 | 6/30/2021 |
5.0.3-preview4 | 149 | 6/22/2021 |
5.0.2-preview4 | 166 | 6/22/2021 |
5.0.1 | 226 | 5/27/2021 |
5.0.1-preview4 | 163 | 6/22/2021 |
5.0.0 | 190 | 5/18/2021 |
Added a method to UserRepo called GetMemberGroupListAsync to get the list of groups a user is associated with.