The order of AuthenticationGSSContinue and AuthenticationSSPI was
swapped, based on the other Authentication* protocol messages being
listed in subcode order.
-AuthenticationSSPI (B)
+AuthenticationGSSContinue (B)
- Int32(8)
+ Int32
- Int32(9)
+ Int32(8)
- Specifies that SSPI authentication is required.
+ Specifies that this message contains GSSAPI or SSPI data.
+
+
+
+
+
+ Byten
+
+
+ GSSAPI or SSPI authentication data.
-AuthenticationGSSContinue (B)
+AuthenticationSSPI (B)
-
- Int32
-
-
- Length of message contents in bytes, including self.
-
-
-
-
Int32(8)
- Specifies that this message contains GSSAPI or SSPI data.
+ Length of message contents in bytes, including self.
- Byten
+ Int32(9)
- GSSAPI or SSPI authentication data.
+ Specifies that SSPI authentication is required.