1 instantiation of StoreOptions
Microsoft.Extensions.Identity.Core (1)
IdentityOptions.cs (1)
65
public StoreOptions Stores { get; set; } = new
StoreOptions
();
4 references to StoreOptions
Microsoft.Extensions.Identity.Core (4)
IdentityOptions.cs (3)
60
/// Gets or sets the <see cref="
StoreOptions
"/> for the identity system.
63
/// The <see cref="
StoreOptions
"/> for the identity system.
65
public
StoreOptions
Stores { get; set; } = new StoreOptions();
IProtectedUserStore.cs (1)
7
/// Marker interface used to signal that the store supports the <see cref="
StoreOptions
.ProtectPersonalData"/> flag.