We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a303b3 commit 2b8fa63Copy full SHA for 2b8fa63
1 file changed
NtApiDotNet/Win32/Security/Authentication/AuthenticationFlags.cs
@@ -79,7 +79,7 @@ public enum InitializeContextReqFlags
79
ExtendedError = 0x00004000,
80
Stream = 0x00008000,
81
Integrity = 0x00010000,
82
- Identity = 0x00020000,
+ Identify = 0x00020000,
83
NullSession = 0x00040000,
84
ManualCredValidation = 0x00080000,
85
Reserved1 = 0x00100000,
0 commit comments