From 299e58db28202be8706dee1c570c382e1489213b Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Mon, 9 Oct 2023 16:00:18 +1100 Subject: AclDialog --- Principal.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Principal.cs') diff --git a/Principal.cs b/Principal.cs index 3e1a607..1ac18c1 100644 --- a/Principal.cs +++ b/Principal.cs @@ -1,8 +1,9 @@ namespace HyperBooru; public interface IPrincipal { - public string Name { get; set; } - public SecurityIdentifier Sid { get; set; } + public string Name { get; set; } + public string DisplayName { get; set; } + public SecurityIdentifier Sid { get; set; } } public interface IUser : IPrincipal {} -- cgit v1.3