From f7490260d5815b7bbce0d3ea03898b2cc754bdce Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Mon, 5 Feb 2024 16:02:02 +1100 Subject: Added security migration --- SecurityIdentifier.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'SecurityIdentifier.cs') diff --git a/SecurityIdentifier.cs b/SecurityIdentifier.cs index 608cb75..9f2863b 100644 --- a/SecurityIdentifier.cs +++ b/SecurityIdentifier.cs @@ -170,9 +170,9 @@ public struct SidStruct { .GetHashCode(); } -public class SecurityIdentifierConverter : ValueConverter { +public class SecurityIdentifierConverter : ValueConverter { public SecurityIdentifierConverter() : base( - v => v.BinaryForm, + v => v.SddlForm, v => new SecurityIdentifier(v)) {} -} \ No newline at end of file +} -- cgit v1.3