Class TenantSettingsExtensions
Extension methods for TenantSettings.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public static class TenantSettingsExtensions
Methods
GetAllAuthenticationSchemes(TenantSettings, DynamicAuthenticationOptions)
Gets all TenantAuthenticationScheme from the TenantSettings.
Declaration
public static IEnumerable<TenantAuthenticationScheme> GetAllAuthenticationSchemes(this TenantSettings settings, DynamicAuthenticationOptions options)
Parameters
TenantSettings
settings
The TenantSettings to get schemes from. |
IRM.AspNetCore.Authentication.Dynamic.DynamicAuthenticationOptions
options
The IRM.AspNetCore.Authentication.Dynamic.DynamicAuthenticationOptions containing the options to handler mapping. |
Returns
IEnumerable<TenantAuthenticationScheme>
A collection of TenantAuthenticationScheme. |