Authenticate against Active Directory in .NET Core 1.0 application?

前端 未结 4 1270
失恋的感觉
失恋的感觉 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条回答
  •  一生所求
    2020-12-25 12:02

    The System.DirectoryServices namespace is currently being implemented in .NET Core, work is ongoing. https://github.com/dotnet/corefx/issues/2089

提交回复
热议问题