Class ExtendedIdentityOptionsExtensions
Extension methods for ExtendedIdentityOptions.
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 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. |