diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-10-09 16:00:18 +1100 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-10-09 16:00:18 +1100 |
| commit | 299e58db28202be8706dee1c570c382e1489213b (patch) | |
| tree | 9276a024702e7596cd58c72337c29955fafa98e2 /Principal.cs | |
| parent | 2c30354c4af308bf9856a3651d9ba3a686eed936 (diff) | |
AclDialog
Diffstat (limited to 'Principal.cs')
| -rw-r--r-- | Principal.cs | 5 |
1 files changed, 3 insertions, 2 deletions
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 {} |
