Fields Summary |
---|
public static final int | NTLMSSP_NEGOTIATE_UNICODEIndicates whether Unicode strings are supported or used. |
public static final int | NTLMSSP_NEGOTIATE_OEMIndicates whether OEM strings are supported or used. |
public static final int | NTLMSSP_REQUEST_TARGETIndicates whether the authentication target is requested from
the server. |
public static final int | NTLMSSP_NEGOTIATE_SIGNSpecifies that communication across the authenticated channel
should carry a digital signature (message integrity). |
public static final int | NTLMSSP_NEGOTIATE_SEALSpecifies that communication across the authenticated channel
should be encrypted (message confidentiality). |
public static final int | NTLMSSP_NEGOTIATE_DATAGRAM_STYLEIndicates datagram authentication. |
public static final int | NTLMSSP_NEGOTIATE_LM_KEYIndicates that the LAN Manager session key should be used for
signing and sealing authenticated communication. |
public static final int | NTLMSSP_NEGOTIATE_NETWARE |
public static final int | NTLMSSP_NEGOTIATE_NTLMIndicates support for NTLM authentication. |
public static final int | NTLMSSP_NEGOTIATE_OEM_DOMAIN_SUPPLIEDIndicates whether the OEM-formatted domain name in which the
client workstation has membership is supplied in the Type-1 message.
This is used in the negotation of local authentication. |
public static final int | NTLMSSP_NEGOTIATE_OEM_WORKSTATION_SUPPLIEDIndicates whether the OEM-formatted workstation name is supplied
in the Type-1 message. This is used in the negotiation of local
authentication. |
public static final int | NTLMSSP_NEGOTIATE_LOCAL_CALLSent by the server to indicate that the server and client are
on the same machine. This implies that the server will include
a local security context handle in the Type 2 message, for
use in local authentication. |
public static final int | NTLMSSP_NEGOTIATE_ALWAYS_SIGNIndicates that authenticated communication between the client
and server should carry a "dummy" digital signature. |
public static final int | NTLMSSP_TARGET_TYPE_DOMAINSent by the server in the Type 2 message to indicate that the
target authentication realm is a domain. |
public static final int | NTLMSSP_TARGET_TYPE_SERVERSent by the server in the Type 2 message to indicate that the
target authentication realm is a server. |
public static final int | NTLMSSP_TARGET_TYPE_SHARESent by the server in the Type 2 message to indicate that the
target authentication realm is a share (presumably for share-level
authentication). |
public static final int | NTLMSSP_NEGOTIATE_NTLM2Indicates that the NTLM2 signing and sealing scheme should be used
for protecting authenticated communications. This refers to a
particular session security scheme, and is not related to the use
of NTLMv2 authentication. |
public static final int | NTLMSSP_REQUEST_INIT_RESPONSE |
public static final int | NTLMSSP_REQUEST_ACCEPT_RESPONSE |
public static final int | NTLMSSP_REQUEST_NON_NT_SESSION_KEY |
public static final int | NTLMSSP_NEGOTIATE_TARGET_INFOSent by the server in the Type 2 message to indicate that it is
including a Target Information block in the message. The Target
Information block is used in the calculation of the NTLMv2 response. |
public static final int | NTLMSSP_NEGOTIATE_128Indicates that 128-bit encryption is supported. |
public static final int | NTLMSSP_NEGOTIATE_KEY_EXCH |
public static final int | NTLMSSP_NEGOTIATE_56Indicates that 56-bit encryption is supported. |