Microsoft.Azure.ActiveDirectory.GraphClient 2.1.1

Prefix Reserved
dotnet add package Microsoft.Azure.ActiveDirectory.GraphClient --version 2.1.1                
NuGet\Install-Package Microsoft.Azure.ActiveDirectory.GraphClient -Version 2.1.1                
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="Microsoft.Azure.ActiveDirectory.GraphClient" Version="2.1.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Azure.ActiveDirectory.GraphClient --version 2.1.1                
#r "nuget: Microsoft.Azure.ActiveDirectory.GraphClient, 2.1.1"                
#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 Microsoft.Azure.ActiveDirectory.GraphClient as a Cake Addin
#addin nuget:?package=Microsoft.Azure.ActiveDirectory.GraphClient&version=2.1.1

// Install Microsoft.Azure.ActiveDirectory.GraphClient as a Cake Tool
#tool nuget:?package=Microsoft.Azure.ActiveDirectory.GraphClient&version=2.1.1                

This is the .NET Client Library for Microsoft Azure Active Directory Graph API.
     Learn more about Azure AD Graph API @ https://msdn.microsoft.com/Library/Azure/Ad/Graph/howto/azure-ad-graph-api-operations-overview.

     NOTE: Azure AD Graph API functionality is also available through Microsoft Graph, a unified API that also includes APIs from other Microsoft services like Outlook, OneDrive, OneNote, Planner, and Office Graph, all accessed through a single endpoint with a single access token. Find out more about Microsoft Graph @ https://graph.microsoft.com/, and find the Microsoft Graph .Net Client Library @ Microsoft.Graph and the open source code and further documentation @ https://github.com/microsoftgraph/msgraph-sdk-dotnet

     Usage information is available on our AAD Graph blog @ https://blogs.msdn.com/b/aadgraphteam/archive/2014/12/12/announcing-azure-ad-graph-api-client-library-2-0.aspx and sample usage on github @ https://github.com/AzureADSamples/WebApp-GraphAPI-DotNet and https://github.com/AzureADSamples/ConsoleApp-GraphAPI-DotNet.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (22)

Showing the top 5 NuGet packages that depend on Microsoft.Azure.ActiveDirectory.GraphClient:

Package Downloads
SharePointPnPCoreOnline

Retired - please use PnP Framework (https://github.com/pnp/pnpframework) going forward. Core CSOM extension methods for SharePoint Online add-in model development. This will increase productivity of the developers by abstracting complex operations.

SharePointPnPCore2016

Core CSOM extension methods for SharePoint 2016 add-in model development. This will increase productivity of the developers by abstracting complex operations.

SharePointPnPCore2013

Core CSOM extension methods for SharePoint 2013 add-in model development. This will increase productivity of the developers by abstracting complex operations.

SharePointPnPCore2019

Core CSOM extension methods for SharePoint 2019 add-in model development. This will increase productivity of the developers by abstracting complex operations.

PinchPerfect.InfrastructureAsCode.Core

Core functionality for Infrastructure as Code

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.1 5,262,846 10/17/2016
2.1.0 3,780,714 6/24/2015
2.0.8 143,913 4/21/2015
2.0.7 5,402 4/15/2015
2.0.6 278,248 2/25/2015
2.0.5 53,325 1/27/2015
2.0.4 12,120 1/20/2015
2.0.3 24,087 12/22/2014
2.0.2 286,373 12/8/2014
2.0.1 6,950 11/24/2014
2.0.0 53,786 10/28/2014
1.0.3 92,145 7/11/2014
1.0.2 21,328 6/2/2014
1.0.1 16,434 5/30/2014
0.9.0 30,126 3/19/2014

This version continues to target AAD Graph REST API api-version=1.6, and is an update to include new additions that have been made to the REST API service.
     New properties on User (creationType, signInNames)
     New Domain entity support (including a verify ownership action)
     New ServiceEndpoint support
     New function to get service principals by application ID