enum

NTLM::FlagsHigh

Inherits Enum < Comparable < Value < Object

Constants

TargetTypeDomain = 1

TargetName MUST be a domain name

TargetTypeServer = 2

TargetName MUST be a server name

TargetTypeShare = 4

indicate that the target authentication realm is a share

NegotiateSessionSecurity = 8

requests usage of the NTLM v2 (session security)

NegotiateIdentity = 16

requests an identify level token

RequestAcceptResponse = 32
RequestNonNTSessionKey = 64

requests the usage of the LMOWF

NegotiateDomainInfo = 128

indicates that the TargetInfo fields in the CHALLENGE are populated

Reserved1 = 256
NegotiateVersion = 512

requests the protocol version number

Reserved2 = 1024
Reserved3 = 2048
Reserved4 = 4096
Negotiate128Bit = 8192

requests 128-bit session key negotiation

NegotiateKeyExchange = 16384

requests an explicit key exchange

Negotiate56Bit = 32768

requests 56-bit encryption

None = 0
All = 65535

Instance methods

negotiate128_bit?

Returns true if this enum value contains Negotiate128Bit

Source
negotiate56_bit?

Returns true if this enum value contains Negotiate56Bit

Source
negotiate_domain_info?

Returns true if this enum value contains NegotiateDomainInfo

Source
negotiate_identity?

Returns true if this enum value contains NegotiateIdentity

Source
negotiate_key_exchange?

Returns true if this enum value contains NegotiateKeyExchange

Source
negotiate_session_security?

Returns true if this enum value contains NegotiateSessionSecurity

Source
negotiate_version?

Returns true if this enum value contains NegotiateVersion

Source
none?
Source
request_accept_response?

Returns true if this enum value contains RequestAcceptResponse

Source
request_non_nt_session_key?

Returns true if this enum value contains RequestNonNTSessionKey

Source
reserved1?

Returns true if this enum value contains Reserved1

Source
reserved2?

Returns true if this enum value contains Reserved2

Source
reserved3?

Returns true if this enum value contains Reserved3

Source
reserved4?

Returns true if this enum value contains Reserved4

Source
target_type_domain?

Returns true if this enum value contains TargetTypeDomain

Source
target_type_server?

Returns true if this enum value contains TargetTypeServer

Source
target_type_share?

Returns true if this enum value contains TargetTypeShare

Source