Interface IProtectedPersonStore<TPerson>
Marker interface used to signal that the store supports the ProtectPersonalData flag.
Inherited Members
System.IDisposable.Dispose()
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. |