Show / Hide Table of Contents

Interface ITenantSettingsValidator

Provides an abstraction for tenant authentication settings validation.

Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public interface ITenantSettingsValidator

Methods

ValidateAsync(TenantSettingsManager, TenantSettings)

Validates the specified settings as an asynchronous operation.

Declaration
Task<IdentityResult> ValidateAsync(TenantSettingsManager manager, TenantSettings settings)
Parameters
TenantSettingsManager manager

The TenantSettingsManager that can be used to retrieve tenant authentication settings properties.

TenantSettings settings

The TenantSettings to validate.

Returns
System.Threading.Tasks.Task<IdentityResult>

The System.Threading.Tasks.Task that represents the asynchronous operation, containing the IdentityResult of the validation operation.

Back to top Generated by DocFX