Show / Hide Table of Contents

Class ExtendedIdentityOptionsExtensions

Extension methods for ExtendedIdentityOptions.

Inheritance
Object
ExtendedIdentityOptionsExtensions
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 ExtendedIdentityOptionsExtensions

Methods

CopyTo(ExtendedIdentityOptions, TenantIdentityOptions)

Copies all properties from an ExtendedIdentityOptions to a TenantIdentityOptions.

Declaration
public static void CopyTo(this ExtendedIdentityOptions extendedIdentityOptions, TenantIdentityOptions tenantIdentityOptions)
Parameters
ExtendedIdentityOptions extendedIdentityOptions

The ExtendedIdentityOptions that properies get copied from.

TenantIdentityOptions tenantIdentityOptions

The TenantIdentityOptions that the properties get copied to.

Back to top Generated by DocFX