Field Summary |
|
final public static int | NTLMSSP_NEGOTIATE_128 Indicates that 128-bit encryption is supported. |
final public static int | NTLMSSP_NEGOTIATE_56 Indicates that 56-bit encryption is supported. |
final public static int | NTLMSSP_NEGOTIATE_ALWAYS_SIGN Indicates that authenticated communication between the client
and server should carry a "dummy" digital signature. |
final public static int | NTLMSSP_NEGOTIATE_DATAGRAM_STYLE Indicates datagram authentication. |
final public static int | NTLMSSP_NEGOTIATE_KEY_EXCH |
final public static int | NTLMSSP_NEGOTIATE_LM_KEY Indicates that the LAN Manager session key should be used for
signing and sealing authenticated communication. |
final public static int | NTLMSSP_NEGOTIATE_LOCAL_CALL Sent by the server to indicate that the server and client are
on the same machine. |
final public static int | NTLMSSP_NEGOTIATE_NETWARE |
final public static int | NTLMSSP_NEGOTIATE_NTLM Indicates support for NTLM authentication. |
final public static int | NTLMSSP_NEGOTIATE_NTLM2 Indicates that the NTLM2 signing and sealing scheme should be used
for protecting authenticated communications. |
final public static int | NTLMSSP_NEGOTIATE_OEM Indicates whether OEM strings are supported or used. |
final public static int | NTLMSSP_NEGOTIATE_OEM_DOMAIN_SUPPLIED Indicates 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. |
final public static int | NTLMSSP_NEGOTIATE_OEM_WORKSTATION_SUPPLIED Indicates whether the OEM-formatted workstation name is supplied
in the Type-1 message. |
final public static int | NTLMSSP_NEGOTIATE_SEAL Specifies that communication across the authenticated channel
should be encrypted (message confidentiality). |
final public static int | NTLMSSP_NEGOTIATE_SIGN Specifies that communication across the authenticated channel
should carry a digital signature (message integrity). |
final public static int | NTLMSSP_NEGOTIATE_TARGET_INFO Sent by the server in the Type 2 message to indicate that it is
including a Target Information block in the message. |
final public static int | NTLMSSP_NEGOTIATE_UNICODE Indicates whether Unicode strings are supported or used. |
final public static int | NTLMSSP_REQUEST_ACCEPT_RESPONSE |
final public static int | NTLMSSP_REQUEST_INIT_RESPONSE |
final public static int | NTLMSSP_REQUEST_NON_NT_SESSION_KEY |
final public static int | NTLMSSP_REQUEST_TARGET Indicates whether the authentication target is requested from
the server. |
final public static int | NTLMSSP_TARGET_TYPE_DOMAIN Sent by the server in the Type 2 message to indicate that the
target authentication realm is a domain. |
final public static int | NTLMSSP_TARGET_TYPE_SERVER Sent by the server in the Type 2 message to indicate that the
target authentication realm is a server. |
final public static int | NTLMSSP_TARGET_TYPE_SHARE Sent by the server in the Type 2 message to indicate that the
target authentication realm is a share (presumably for share-level
authentication). |