Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find Microsoft.IdentityModel.Extensions.dll library?

I'm searching for Microsoft.IdentityModel.Extensions library. In documentation that I'm reading they suggest that it should be available in my GAC, but its not. I'm using Visual Studio 2012.

Where can I find it?

like image 459
Łukasz W. Avatar asked May 22 '13 12:05

Łukasz W.


People also ask

Where is Microsoft IdentityModel DLL?

IdentityModel assembly is located under the %Program Files%\Reference Assemblies\ Microsoft\Windows Identity Foundation\v3. 5 folder.

What is Microsoft Identity extensions?

Microsoft Identity Extensions is a software program developed by Microsoft. The most common release is 2.0. 1459.0, with over 98% of all installations currently using this version. The setup package generally installs about 13 files and is usually about 2.23 MB (2,338,816 bytes).


1 Answers

Right click your project and opt for Manage NuGet Package and look for the following extension Windows Identity Foundation

Alternately, you can download it from here. Afterwards reinstalling the NuGet packages may be necessary: Update-Package –reinstall

like image 121
Sreejith Nair Avatar answered Sep 21 '22 07:09

Sreejith Nair