Authenticate against Active Directory in .NET Core 1.0 application?

前端 未结 4 1292
失恋的感觉
失恋的感觉 2020-12-25 11:45

With the recent release of .NET Core 1.0, we\'re in the process of migrating our RC1 applications to the final release. The only piece we can\'t seem to figure out is how to

4条回答
  •  梦毁少年i
    2020-12-25 11:58

    Just want to say that they just issued a pre-release of the Microsoft.Windows.Compatibility which contains the System.DirectoryServices components needed to integrating with Active Directory

    https://www.nuget.org/packages/Microsoft.Windows.Compatibility/2.0.0-preview1-25914-04

提交回复
热议问题