Show / Hide Table of Contents

Interface IProtectedPersonStore<TPerson>

Marker interface used to signal that the store supports the ProtectPersonalData flag.

Inherited Members
IPersonStore<TPerson>.FindByIdAsync(Guid, CancellationToken)
IPersonStore<TPerson>.CreateAsync(TPerson, CancellationToken)
IPersonStore<TPerson>.DeleteAsync(TPerson, CancellationToken)
IPersonStore<TPerson>.UpdateAsync(TPerson, CancellationToken)
System.IDisposable.Dispose()
IUseExecutionStrategy.Suspended
IUseExecutionStrategy.Strategy
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public interface IProtectedPersonStore<TPerson> : IPersonStore<TPerson>, IDisposable, IUseExecutionStrategy where TPerson : class, IPerson
Type Parameters
TPerson

The type that represents a person.

Back to top Generated by DocFX