猿问

Microsoft.AspNetCore.Authentication 源代码地址?

\.nuget\packages\microsoft.aspnetcore.authentication\2.0.0\lib\netstandard2.0\Microsoft.AspNetCore.Authentication.dll

我想看下下面方法的实现:

public virtual AuthenticationBuilder AddScheme<TOptions, THandler>(string authenticationScheme, Action<TOptions> configureOptions)
where TOptions : AuthenticationSchemeOptions, new()
where THandler : AuthenticationHandler<TOptions>;

 

谢谢!


哈士奇WWW
浏览 741回答 1
1回答
随时随地看视频慕课网APP
我要回答