Show / Hide Table of Contents

Class TenantAuthenticationScheme

Inheritance
Object
Microsoft.AspNetCore.Authentication.AuthenticationScheme
TenantAuthenticationScheme
Inherited Members
Microsoft.AspNetCore.Authentication.AuthenticationScheme.Name
Microsoft.AspNetCore.Authentication.AuthenticationScheme.DisplayName
Microsoft.AspNetCore.Authentication.AuthenticationScheme.HandlerType
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 class TenantAuthenticationScheme : AuthenticationScheme

Constructors

TenantAuthenticationScheme(String, String, Guid, Type)

Initializes a new instance of TenantAuthenticationScheme.

Declaration
public TenantAuthenticationScheme(string name, string displayName, Guid tenantId, Type handlerType)
Parameters
String name

The name for the authentication scheme.

String displayName

The display name for the authentication scheme.

System.Guid tenantId

The identity of the tenant the scheme belongs to.

System.Type handlerType

The Microsoft.AspNetCore.Authentication.IAuthenticationHandler type that handles this scheme.

Properties

TenantId

Declaration
public Guid TenantId { get; }
Property Value
System.Guid

Extension Methods

BankIdExtensions.IsBankId(AuthenticationScheme)
Back to top Generated by DocFX