AuthorizeProviderRegistryExtensions 类
- 程序集
- ClassIsland.Core.dll
用于注册认证提供方的IServiceCollection扩展。
public static class AuthorizeProviderRegistryExtensions
- 继承
-
AuthorizeProviderRegistryExtensions
- 继承成员
方法
AddAuthorizeProvider<TProvider>(IServiceCollection)
注册认证提供方。
public static IServiceCollection AddAuthorizeProvider<TProvider>(this IServiceCollection services) where TProvider : AuthorizeProviderControlBase
参数
services
IServiceCollection
返回
类型参数
TProvider
认证提供方类型