Files
Umbraco-CMS/src/Umbraco.Web.BackOffice/Security/BackOfficeSecurityStampValidatorOptions.cs

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
{
}
}