Microsoft-ADAL-Wrapper:这提供了ADAL的包装器库-https

时间:2021-04-29 18:26:15
【文件属性】:
文件名称:Microsoft-ADAL-Wrapper:这提供了ADAL的包装器库-https
文件大小:1.18MB
文件格式:ZIP
更新时间:2021-04-29 18:26:15
C# Microsoft ADAL包装器 | 这提供了ADAL包装库- 。 ADAL提供了许多标记为sealed类。 这不仅阻止我们继承,还阻止了模拟。 为了模拟那些类,我们需要为它们提供包装器类。 该库为ADAL中定义的包装器类提供包装器类。 入门 该AuthenticationContext是ADAL最频繁使用的主类中,作为标记sealed 。 因此,要为此使用包装器,只需遵循以下步骤: var authority = " https://login.microsoftonline.com/[TENANT_NAME].onmicrosoft.com " ; var resource = " https://management.core.windows.net/ " ; var clientId = " [CLIENT_ID] " ; var clientSecret = " [
【文件预览】:
Microsoft-ADAL-Wrapper-master
----.gitignore(4KB)
----README.md(3KB)
----appveyor.yml(2KB)
----test()
--------Aliencube.AdalWrapper.Tests()
----Settings.StyleCop(2KB)
----LICENSE(1KB)
----AdalWrapper.sln(3KB)
----global.json(91B)
----build.bat(1KB)
----AdalWrapper.sln.DotSettings(4KB)
----src()
--------Aliencube.AdalWrapper()
----build-solution.ps1(893B)
----run-tests.ps1(722B)
----tools()
--------NuGet.exe(3.77MB)
----apply-version.ps1(736B)
----build-nuget-package.ps1(660B)

网友评论