diff --git a/Security2/FileSystem/FileSystemOwner.cs b/Security2/FileSystem/FileSystemOwner.cs index 275e565..103482b 100644 --- a/Security2/FileSystem/FileSystemOwner.cs +++ b/Security2/FileSystem/FileSystemOwner.cs @@ -20,6 +20,16 @@ namespace Security2 get { return owner; } } + public IdentityReference2 Account + { + get { return owner; } + } + + public string FullName + { + get { return item.FullName; } + } + private FileSystemOwner(FileSystemInfo item, IdentityReference2 owner) { this.item = item;