Skip to content

Commit 2b8fa63

Browse files
committed
Corrected request flag.
1 parent 4a303b3 commit 2b8fa63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NtApiDotNet/Win32/Security/Authentication/AuthenticationFlags.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public enum InitializeContextReqFlags
7979
ExtendedError = 0x00004000,
8080
Stream = 0x00008000,
8181
Integrity = 0x00010000,
82-
Identity = 0x00020000,
82+
Identify = 0x00020000,
8383
NullSession = 0x00040000,
8484
ManualCredValidation = 0x00080000,
8585
Reserved1 = 0x00100000,

0 commit comments

Comments
 (0)