- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testNtlmRequestAcceptResponse (0.15 sec)
-
src/test/java/jcifs/ntlmssp/NtlmFlagsTest.java
void testNtlmRequestInitResponse() { assertEquals(0x00100000, NtlmFlags.NTLMSSP_REQUEST_INIT_RESPONSE, "NTLMSSP_REQUEST_INIT_RESPONSE should be 0x00100000"); } @Test void testNtlmRequestAcceptResponse() { assertEquals(0x00200000, NtlmFlags.NTLMSSP_REQUEST_ACCEPT_RESPONSE, "NTLMSSP_REQUEST_ACCEPT_RESPONSE should be 0x00200000"); } @Test void testNtlmRequestNonNtSessionKey() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 4.9K bytes - Viewed (0)