![]() |
VOOZH | about |
dotnet add package Cmj.Owin.Security --version 1.0.0.4
NuGet\Install-Package Cmj.Owin.Security -Version 1.0.0.4
<PackageReference Include="Cmj.Owin.Security" Version="1.0.0.4" />
<PackageVersion Include="Cmj.Owin.Security" Version="1.0.0.4" />Directory.Packages.props
<PackageReference Include="Cmj.Owin.Security" />Project file
paket add Cmj.Owin.Security --version 1.0.0.4
#r "nuget: Cmj.Owin.Security, 1.0.0.4"
#:package Cmj.Owin.Security@1.0.0.4
#addin nuget:?package=Cmj.Owin.Security&version=1.0.0.4Install as a Cake Addin
#tool nuget:?package=Cmj.Owin.Security&version=1.0.0.4Install as a Cake Tool
添加微信登录
- 微信
// 配置
app.UseWeixinAuthentication(new WeiXinAuthenticationOptions{
AppId = "[you appId]",
AppSecret = "[you app Secret]"
});
// 获取微信登录者信息
var weixinInfo = await AuthenticationManager.GetExternalWeiXinLoginInfoAsync();
- 微信公众号
// 配置
app.UseWeixinAuthentication(new WeiXinMPAuthenticationOptions{
AppId = "[you appId]",
AppSecret = "[you app Secret]"
});
// 获取微信登录者信息
var weixinInfo = await AuthenticationManager.GetExternalWeiXinLoginInfoAsync();
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.