Show / Hide Table of Contents

Class TenantSettingsExtensions

Extension methods for TenantSettings.

Inheritance
Object
TenantSettingsExtensions
Inherited Members
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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.

Back to top Generated by DocFX