SecurityBuilder.AddAuthenticationProvider<TOptions, TProvider>() Method
In This Article
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Security
#Declaration
public SecurityBuilder AddAuthenticationProvider<TOptions, TProvider>()
where TOptions : class where TProvider : IAuthenticationProviderV2
#Type Parameters
Name |
---|
TOptions |
TProvider |
#Returns
Type |
---|
Security |
See Also