14 lines
306 B
C#
14 lines
306 B
C#
using Microsoft.AspNetCore.Identity;
|
|
|
|
namespace Umbraco.Web.BackOffice.Security
|
|
{
|
|
/// <summary>
|
|
/// Custom <see cref="SecurityStampValidatorOptions"/> for the back office
|
|
/// </summary>
|
|
public class BackOfficeSecurityStampValidatorOptions : SecurityStampValidatorOptions
|
|
{
|
|
}
|
|
|
|
|
|
}
|