Skip to content

Commit 698f580

Browse files
committed
Added additional flag.
1 parent 08e81ec commit 698f580

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

NtApiDotNet/Win32/Security/Authentication/Kerberos/KerberosChecksumGssApi.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public enum KerberosChecksumGSSApiFlags
3434
Sequence = 8,
3535
Confidentiality = 0x10,
3636
Integrity = 0x20,
37+
UseDceStyle = 0x1000,
3738
Identity = 0x2000
3839
}
3940
#pragma warning restore 1591

0 commit comments

Comments
 (0)