Where is the Microsoft.IdentityModel dll

后端 未结 10 1643
暖寄归人
暖寄归人 2020-12-25 09:41

I have installed the Windows Identity Foundation but can\'t find the Microsoft.IdentityModel dll. According to the Azure Hands-on-Labs it should just be in Add Reference in

10条回答
  •  攒了一身酷
    2020-12-25 10:31

    In Windows 8 and up there's a way to enable the feature from the command line without having to download/install anything explicitly by running the following:

    dism /online /Enable-Feature:Windows-Identity-Foundation
    

    And then find the file by running the following at the root of your Windows disk:

    dir /s /b Microsoft.IdentityModel.dll
    

提交回复
热议问题